Merge pull request #86 from striped-bass/master

Fix gestures and exec swww
This commit is contained in:
flicko
2025-10-06 20:07:50 +05:30
committed by GitHub
5 changed files with 6 additions and 8 deletions

View File

@@ -35,9 +35,9 @@
<img align="center" src="./assets/themes.svg">
</div>
> 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 )
<div>
<details open>
@@ -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
<hr>

View File

@@ -23,7 +23,6 @@ $KBDBRIGHTRED=$SCRIPTS/buttons/kbdbacklight-
$NATURALSCROLL=yes
$PSEUDOTILE=yes
$WORKSPACESWIPE=yes
$WORKSPACESWIPEFINGERS=4
$XZEROSCALING=yes

View File

@@ -17,8 +17,7 @@ dwindle {
}
gestures {
workspace_swipe=$WORKSPACESWIPE
workspace_swipe_fingers=$WORKSPACESWIPEFINGERS
gesture=$WORKSPACESWIPEFINGERS,horizontal,workspace
}
xwayland {

View File

@@ -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
}

View File

@@ -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