diff --git a/CHANGELOG.md b/CHANGELOG.md index bc73031..d216793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ chmod +x release.sh ./release.sh ``` +- changes on keybinds. Sorry but as usual, you can always change to your liking. - keybinds are also updated in the KeyBinds help (SUPER H) +
+
+
### 15-Nov-2023
- edited pywal.css waybar style.
- waybar configs and styles renamed.
diff --git a/config/hypr/configs/Keybinds.conf b/config/hypr/configs/Keybinds.conf
index 9d9f90f..1a8a56b 100644
--- a/config/hypr/configs/Keybinds.conf
+++ b/config/hypr/configs/Keybinds.conf
@@ -31,16 +31,16 @@ bind = CTRL ALT, L, exec, $scriptsDir/LockScreen.sh
bind = CTRL ALT, P, exec, $scriptsDir/Wlogout.sh
bind = $mainMod CTRL, S, exec, $scriptsDir/RofiBeats.sh
bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh
-bind = $mainMod, W, exec, $scriptsDir/Wallpaper.sh swww
-bind = $mainMod SHIFT, W, exec, $scriptsDir/WaybarStyles.sh
-bind = $mainMod CTRL, W, exec, $scriptsDir/WallpaperSelect.sh
-bind = $mainMod ALT, W, exec, $scriptsDir/WaybarLayout.sh
bind = $mainMod SHIFT, H, exec, $scriptsDir/Help.sh
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, $scriptsDir/Refresh.sh
+bind = CTRL ALT, W, exec, $scriptsDir/Wallpaper.sh swww
+bind = CTRL, W, exec, $scriptsDir/WaybarStyles.sh
+bind = $mainMod, W, exec, $scriptsDir/WallpaperSelect.sh
+bind = ALT, W, exec, $scriptsDir/WaybarLayout.sh
bind = $mainMod CTRL, D, layoutmsg, removemaster
bind = $mainMod, Escape, exec, hyprctl kill
diff --git a/config/hypr/scripts/KeyHints.sh b/config/hypr/scripts/KeyHints.sh
index 99df62c..6d82a91 100755
--- a/config/hypr/scripts/KeyHints.sh
+++ b/config/hypr/scripts/KeyHints.sh
@@ -16,10 +16,10 @@ yad --width=1000 --height=1000 \
" T" "Open File Manager" "(Thunar)" \
" Q or Shift Q " "close focused app" "(kill)" \
" Alt V" "Clipboard Manager" "(cliphist)" \
-" CTRL W" "Choose wallpaper" "(swww)" \
-" W" "Random wallpaper" "(swww)" \
-" ALT W" "Choose waybar layout" "(waybar layout)" \
-" SHIFT W" "Choose waybar styles" "(waybar styles)" \
+" W" "Choose wallpaper" "(swww)" \
+"CTRL ALT W" "Random wallpaper" "(swww)" \
+"CTRL W" "Choose waybar styles" "(waybar styles)" \
+"ALT W" "Choose waybar layout" "(waybar layout)" \
"CTRL SHIFT W" "Reload Waybar and Dunst" "" \
" Print" "screenshot" "(grim)" \
" Shift Print" "screenshot region" "(grim + slurp)" \