1
0
Fork 0

Add fake pointer device

This is pretty much necessary for the touchscreen to work
This commit is contained in:
Ryan Fox 2022-01-16 01:49:48 +00:00
parent abf88859b1
commit 857bedaa17
2 changed files with 2 additions and 1 deletions

View File

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

BIN
bin/dummy-pointer Executable file

Binary file not shown.