1
0
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Ryan Fox 857bedaa17 Add fake pointer device
This is pretty much necessary for the touchscreen to work
2022-01-16 01:49:48 +00:00
Ryan Fox abf88859b1 Disable swaynag
Tapping doesn't register in sway unless a mouse is plugged in
2022-01-16 00:05:25 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,7 @@ bindsym $mod+Shift+$right move right
# Sway controls
bindsym $mod+Shift+c reload
bindsym $mod+Shift+e exec swaynag -t warning -m "Exit sway?" \
-b "Exit sway" "swaymsg exit"
bindsym $mod+Shift+e exec kill $(pidof dummy-pointer) && swaymsg exit
# Workspace controls
bindsym $mod+1 workspace 1
@ -103,3 +102,4 @@ bar {
}
include /etc/sway/config.d/*
exec swaymsg exec -- dummy-pointer

BIN
bin/dummy-pointer Executable file

Binary file not shown.