From 5dcbf326849f3e022e8358153853dce95ae8afa0 Mon Sep 17 00:00:00 2001 From: striped-bass Date: Sat, 4 Oct 2025 19:04:52 -0700 Subject: [PATCH 1/3] Use reworked gestures per Hyrpland 0.51 --- config/hypr/land/defaults.conf | 1 - config/hypr/land/general.conf | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/hypr/land/defaults.conf b/config/hypr/land/defaults.conf index 64504b8..aacbe4a 100644 --- a/config/hypr/land/defaults.conf +++ b/config/hypr/land/defaults.conf @@ -23,7 +23,6 @@ $KBDBRIGHTRED=$SCRIPTS/buttons/kbdbacklight- $NATURALSCROLL=yes $PSEUDOTILE=yes -$WORKSPACESWIPE=yes $WORKSPACESWIPEFINGERS=4 $XZEROSCALING=yes diff --git a/config/hypr/land/general.conf b/config/hypr/land/general.conf index 2ec94ea..b8be2f9 100644 --- a/config/hypr/land/general.conf +++ b/config/hypr/land/general.conf @@ -17,8 +17,7 @@ dwindle { } gestures { - workspace_swipe=$WORKSPACESWIPE - workspace_swipe_fingers=$WORKSPACESWIPEFINGERS + gesture=$WORKSPACESWIPEFINGERS,horizontal,workspace } xwayland { From 93d04b026b87a0fe34d5aa4313e86a4693045efc Mon Sep 17 00:00:00 2001 From: striped-bass Date: Sun, 5 Oct 2025 15:09:42 -0700 Subject: [PATCH 2/3] Fixed exec swww --- config/hypr/profiles/battery.conf | 2 +- config/hypr/profiles/power.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/profiles/battery.conf b/config/hypr/profiles/battery.conf index a742eaf..fb1b7da 100644 --- a/config/hypr/profiles/battery.conf +++ b/config/hypr/profiles/battery.conf @@ -1,6 +1,6 @@ monitor=,2560x1600@60,auto,1 # update these based on your resolution exec=notify-send "On Battery" -exec=sleep 1 && pkill swww && swww init +exec=sleep 1 && pkill swww && swww-daemon animations { enabled=0 } diff --git a/config/hypr/profiles/power.conf b/config/hypr/profiles/power.conf index 1cd3e61..e8fc128 100644 --- a/config/hypr/profiles/power.conf +++ b/config/hypr/profiles/power.conf @@ -1,3 +1,3 @@ monitor=,2560x1600@165,auto,1 # update these based on your resolution exec=notify-send "On Power" -exec=sleep 1 && pkill swww && swww init +exec=sleep 1 && pkill swww && swww-daemon \ No newline at end of file From 469af04a5c9487843aa36f62556689702ad08261 Mon Sep 17 00:00:00 2001 From: striped-bass Date: Sun, 5 Oct 2025 15:44:24 -0700 Subject: [PATCH 3/3] Editorial: Fixed spelling and grammar in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 55444d5..3350247 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ -> themes are sourcable hyprland configs that change the look of the base config ( which only contains the binds and other "non decorative" config ) +> themes are sourceable hyprland configs that change the look of the base config ( which only contains the binds and other "non decorative" config ) -> more themes are available at the [theme-repo](https://github.com/hyprland-community/theme-repo) ( do note that the theme-repo, including hyprtheme is currently a WIP ) +> more themes are available at the [theme-repo](https://github.com/hyprland-community/theme-repo) ( do note that the theme-repo, including hyprtheme, is currently a WIP )
@@ -88,7 +88,7 @@ - archived rices are not maintained and may not work -tho I do plan on making an ags rewrite of dreamy and aurora +though I do plan on making an ags rewrite of dreamy and aurora