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 /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec autotiling
|
||||
#exec libinput-gestures
|
||||
exec libinput-gestures
|
||||
|
||||
# GTK Theme
|
||||
set $gnome-schema org.gnome.desktop.interface
|
||||
|
|
3
packages
3
packages
|
@ -1,4 +1,3 @@
|
|||
gnome-themes-extra
|
||||
autotiling
|
||||
blueman
|
||||
bluez
|
||||
|
@ -7,8 +6,10 @@ dconf-editor
|
|||
eog
|
||||
file-roller
|
||||
gnome-keyring
|
||||
gnome-themes-extra
|
||||
grim
|
||||
groff
|
||||
libinput-gestures
|
||||
mako
|
||||
network-manager-applet
|
||||
networkmanager
|
||||
|
|
Loading…
Reference in a new issue