diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-09 18:36:52 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-09 18:36:52 +0900 |
| commit | 6989113e1a7ca5a1431e37d8305ffc22839ef1f0 (patch) | |
| tree | 4e19473b917f8f1842c1113828c6eff647ae99dc /config/hypr/scripts/KeyHints.sh | |
| parent | 37cbb64768453bcb0566cd5fab7b23893dde7215 (diff) | |
Increase Hint to 60 secs, keybind to reload waybar
Diffstat (limited to 'config/hypr/scripts/KeyHints.sh')
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh index 9b202cb5..1ea4f9b0 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -8,7 +8,7 @@ yad --width=1000 --height=1000 \ --column=Key: \ --column=Description: \ --column=Command: \ ---timeout=30 \ +--timeout=60 \ --timeout-indicator=bottom \ "ESC" "close this app" "" "=" "SUPER KEY" "(SUPER KEY)" \ " enter" "Terminal" "(kitty)" \ @@ -20,6 +20,7 @@ yad --width=1000 --height=1000 \ " W" "Random wallpaper" "(swww)" \ " ALT W" "Choose waybar layout" "(waybar layout)" \ " SHIFT W" "cycle waybar styles" "(waybar styles)" \ +"CTRL SHIFT W" "Reload Waybar" "(Press twice!!)" \ " Print" "screenshot" "(grim)" \ " Shift Print" "screenshot region" "(grim + slurp)" \ " Shift S" "screenshot region" "(swappy)" \ @@ -35,6 +36,6 @@ yad --width=1000 --height=1000 \ " H" "Launch this app" "" \ " E" "View or EDIT Keybinds, Settings, Monitor" "" \ "" "" "" \ -"" "This window will auto-close in 30 secs" ""\ +"" "This window will auto-close in 60 secs" ""\ |
