Browse Source

Increase Hint to 60 secs, keybind to reload waybar

pull/14/head
JaKooLit 2 years ago
parent
commit
6989113e1a
  1. 2
      config/hypr/configs/Keybinds.conf
  2. 5
      config/hypr/scripts/KeyHints.sh

2
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, E, exec, $scriptsDir/QuickEdit.sh
bind = $mainMod, B, exec, killall -SIGUSR1 waybar # Toggle hide/show waybar bind = $mainMod, B, exec, killall -SIGUSR1 waybar # Toggle hide/show waybar
bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh 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, 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" #bind = $mainMod SHIFT, Y, exec, $term --class clock -T clock -e tty-clock -c -C 7 -r -s -f "%A, %B, %d"

5
config/hypr/scripts/KeyHints.sh

@ -8,7 +8,7 @@ yad --width=1000 --height=1000 \
--column=Key: \ --column=Key: \
--column=Description: \ --column=Description: \
--column=Command: \ --column=Command: \
--timeout=30 \ --timeout=60 \
--timeout-indicator=bottom \ --timeout-indicator=bottom \
"ESC" "close this app" "" "=" "SUPER KEY" "(SUPER KEY)" \ "ESC" "close this app" "" "=" "SUPER KEY" "(SUPER KEY)" \
" enter" "Terminal" "(kitty)" \ " enter" "Terminal" "(kitty)" \
@ -20,6 +20,7 @@ yad --width=1000 --height=1000 \
" W" "Random wallpaper" "(swww)" \ " W" "Random wallpaper" "(swww)" \
" ALT W" "Choose waybar layout" "(waybar layout)" \ " ALT W" "Choose waybar layout" "(waybar layout)" \
" SHIFT W" "cycle waybar styles" "(waybar styles)" \ " SHIFT W" "cycle waybar styles" "(waybar styles)" \
"CTRL SHIFT W" "Reload Waybar" "(Press twice!!)" \
" Print" "screenshot" "(grim)" \ " Print" "screenshot" "(grim)" \
" Shift Print" "screenshot region" "(grim + slurp)" \ " Shift Print" "screenshot region" "(grim + slurp)" \
" Shift S" "screenshot region" "(swappy)" \ " Shift S" "screenshot region" "(swappy)" \
@ -35,6 +36,6 @@ yad --width=1000 --height=1000 \
" H" "Launch this app" "" \ " H" "Launch this app" "" \
" E" "View or EDIT Keybinds, Settings, Monitor" "" \ " E" "View or EDIT Keybinds, Settings, Monitor" "" \
"" "" "" \ "" "" "" \
"" "This window will auto-close in 30 secs" ""\ "" "This window will auto-close in 60 secs" ""\

Loading…
Cancel
Save