mirror of
https://github.com/flickowoa/dotfiles.git
synced 2026-04-06 00:32:09 +02:00
Merge pull request #86 from striped-bass/master
Fix gestures and exec swww
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -23,7 +23,6 @@ $KBDBRIGHTRED=$SCRIPTS/buttons/kbdbacklight-
|
||||
|
||||
$NATURALSCROLL=yes
|
||||
$PSEUDOTILE=yes
|
||||
$WORKSPACESWIPE=yes
|
||||
$WORKSPACESWIPEFINGERS=4
|
||||
|
||||
$XZEROSCALING=yes
|
||||
|
||||
@@ -17,8 +17,7 @@ dwindle {
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe=$WORKSPACESWIPE
|
||||
workspace_swipe_fingers=$WORKSPACESWIPEFINGERS
|
||||
gesture=$WORKSPACESWIPEFINGERS,horizontal,workspace
|
||||
}
|
||||
|
||||
xwayland {
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user