Add the libinput-gestures config and enable it by default
This commit is contained in:
parent
dae30d4b60
commit
2b01fb5da7
3 changed files with 7 additions and 2 deletions
4
config/libinput-gestures.conf
Normal file
4
config/libinput-gestures.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
gesture swipe up 4 wtype -M win f -m win
|
||||||
|
gesture swipe down 4 wtype -M win f -m win
|
||||||
|
gesture swipe left 3 wtype -M win n -m win
|
||||||
|
gesture swipe right 3 wtype -M win p -m win
|
|
@ -53,7 +53,7 @@ exec --no-startup-id mako
|
||||||
exec $HOME/.config/sway/scripts/inactive-windows-transparency.py
|
exec $HOME/.config/sway/scripts/inactive-windows-transparency.py
|
||||||
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
exec /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||||
exec autotiling
|
exec autotiling
|
||||||
#exec libinput-gestures
|
exec libinput-gestures
|
||||||
|
|
||||||
# GTK Theme
|
# GTK Theme
|
||||||
set $gnome-schema org.gnome.desktop.interface
|
set $gnome-schema org.gnome.desktop.interface
|
||||||
|
|
3
packages
3
packages
|
@ -1,4 +1,3 @@
|
||||||
gnome-themes-extra
|
|
||||||
autotiling
|
autotiling
|
||||||
blueman
|
blueman
|
||||||
bluez
|
bluez
|
||||||
|
@ -7,8 +6,10 @@ dconf-editor
|
||||||
eog
|
eog
|
||||||
file-roller
|
file-roller
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
|
gnome-themes-extra
|
||||||
grim
|
grim
|
||||||
groff
|
groff
|
||||||
|
libinput-gestures
|
||||||
mako
|
mako
|
||||||
network-manager-applet
|
network-manager-applet
|
||||||
networkmanager
|
networkmanager
|
||||||
|
|
Loading…
Reference in a new issue