aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2025-10-16 10:56:09 -0400
committerDon Williams <don.e.williams@gmail.com>2025-10-16 10:56:09 -0400
commitd48fed9a708c93f443a35fc52be085a96650d3ed (patch)
tree1e99fc54ab0a12a70e6948f84bce81f5d8e1d49b
parentdd2a2859841e6aa174b8e9b03799e1df76fd6c3f (diff)
parentc862835221decf03b6640bb43e4044861cceaa04 (diff)
Merge remote-tracking branch 'origin/main' into development
-rw-r--r--config/hypr/UserConfigs/UserKeybinds.conf2
-rwxr-xr-xconfig/hypr/scripts/GameMode.sh1
-rwxr-xr-xconfig/hypr/scripts/WallustSwww.sh3
3 files changed, 4 insertions, 2 deletions
diff --git a/config/hypr/UserConfigs/UserKeybinds.conf b/config/hypr/UserConfigs/UserKeybinds.conf
index 4d35a9c9..338bf0d1 100644
--- a/config/hypr/UserConfigs/UserKeybinds.conf
+++ b/config/hypr/UserConfigs/UserKeybinds.conf
@@ -29,7 +29,7 @@ bind = $mainMod, H, exec, $scriptsDir/KeyHints.sh # help / cheat sheet
bind = $mainMod ALT, R, exec, $scriptsDir/Refresh.sh # Refresh waybar, swaync, rofi
bind = $mainMod ALT, E, exec, $scriptsDir/RofiEmoji.sh # emoji menu
bind = $mainMod, S, exec, $scriptsDir/RofiSearch.sh # Google search using rofi
-bind = $mainMod SHIFT, S, exec, rofi -show windows # list/switch apps using rofi
+bind = $mainMod CTRL, S, exec, rofi -show window # list/switch apps using rofi
bind = $mainMod ALT, O, exec, $scriptsDir/ChangeBlur.sh # Toggle blur settings
bind = $mainMod SHIFT, G, exec, $scriptsDir/GameMode.sh # Toggle animations ON/OFF
bind = $mainMod ALT, L, exec, $scriptsDir/ChangeLayout.sh # Toggle Master or Dwindle Layout
diff --git a/config/hypr/scripts/GameMode.sh b/config/hypr/scripts/GameMode.sh
index 04b337ed..7a39da3d 100755
--- a/config/hypr/scripts/GameMode.sh
+++ b/config/hypr/scripts/GameMode.sh
@@ -26,6 +26,7 @@ else
sleep 0.1
${SCRIPTSDIR}/WallustSwww.sh
sleep 0.5
+ hyprctl reload
${SCRIPTSDIR}/Refresh.sh
notify-send -e -u normal -i "$notif" " Gamemode:" " disabled"
exit
diff --git a/config/hypr/scripts/WallustSwww.sh b/config/hypr/scripts/WallustSwww.sh
index 5a0bc491..5e0148ee 100755
--- a/config/hypr/scripts/WallustSwww.sh
+++ b/config/hypr/scripts/WallustSwww.sh
@@ -39,7 +39,8 @@ else
if [[ -f "$cache_file" ]]; then
# The first non-filter line is the original wallpaper path
- wallpaper_path="$(grep -v 'Lanczos3' "$cache_file" | head -n 1)"
+ # wallpaper_path="$(grep -v 'Lanczos3' "$cache_file" | head -n 1)"
+ wallpaper_path=$(swww query | grep $current_monitor | awk '{print $9}')
fi
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage