diff options
Diffstat (limited to 'hypr')
| -rwxr-xr-x | hypr/screenshotwayland.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hypr/screenshotwayland.sh b/hypr/screenshotwayland.sh index 73e2c6e..212d8e2 100755 --- a/hypr/screenshotwayland.sh +++ b/hypr/screenshotwayland.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash input_type=$(printf "region\nwindow" | rofi -dmenu) case "$input_type" in "window") |
