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 | |
| parent | 37cbb64768453bcb0566cd5fab7b23893dde7215 (diff) | |
Increase Hint to 60 secs, keybind to reload waybar
Diffstat (limited to 'config')
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index aaf74435..3a9b4a98 100644 --- a/config/hypr/configs/Keybinds.conf +++ b/config/hypr/configs/Keybinds.conf @@ -48,7 +48,7 @@ bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh bind = $mainMod, E, exec, $scriptsDir/QuickEdit.sh bind = $mainMod, B, exec, killall -SIGUSR1 waybar # Toggle hide/show waybar bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh -bind = CTRL, ESCAPE, exec, killall waybar || waybar #This RELOADS waybar [Double press] +bind = CTRL SHIFT, W, exec, killall waybar || waybar #This RELOADS waybar [Double press] #bind = $mainMod SHIFT, M, exec, hyprctl dispatch splitratio -0.3 #bind = $mainMod SHIFT, Y, exec, $term --class clock -T clock -e tty-clock -c -C 7 -r -s -f "%A, %B, %d" 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" ""\ |
