diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-09 22:03:52 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-09 22:03:52 +0900 |
| commit | 84423d4d934edfeb91b62e6bcea865800cbfeeef (patch) | |
| tree | 82cdd36a30fc5ef71ad6102465e7dd56e4dc7d2e | |
| parent | a3d8d0198718c2d1e25af6090538d61a560d3459 (diff) | |
| parent | 147585e6c84903b6c611e477eca5c36abf365543 (diff) | |
Merge pull request #14 from JaKooLit/Development
Refresh waybar and Dunst
| -rw-r--r-- | config/hypr/configs/Keybinds.conf | 2 | ||||
| -rwxr-xr-x | config/hypr/scripts/KeyHints.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf index 3a9b4a98..d92137cc 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 SHIFT, W, exec, killall waybar || waybar #This RELOADS waybar [Double press] +bind = CTRL SHIFT, W, exec, $scriptsDir/Refresh.sh #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 1ea4f9b0..f7357653 100755 --- a/config/hypr/scripts/KeyHints.sh +++ b/config/hypr/scripts/KeyHints.sh @@ -20,7 +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!!)" \ +"CTRL SHIFT W" "Reload Waybar and Dunst" "" \ " Print" "screenshot" "(grim)" \ " Shift Print" "screenshot region" "(grim + slurp)" \ " Shift S" "screenshot region" "(swappy)" \ |
