16 lines
165 B
Bash
Executable file
16 lines
165 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec ydotoold &
|
|
exec libinput-gestures-setup start service &
|
|
|
|
sleep 2
|
|
|
|
killall mako
|
|
|
|
sleep 1
|
|
|
|
latte-restart
|
|
|
|
xcape -e 'Super_L=Super_L|Control_L|Escape'
|
|
|