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