diff options
author | zachir <zachir@librem.one> | 2022-10-09 01:10:41 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-09 01:10:41 -0500 |
commit | 91cdbd9be0d677c8a832e85de9d55aecf2c236fd (patch) | |
tree | 9d43e1514d70f8cdd7ac82c6adc92e2583456780 /hotkeys.sh |
initialize repo
Diffstat (limited to 'hotkeys.sh')
-rwxr-xr-x | hotkeys.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hotkeys.sh b/hotkeys.sh new file mode 100755 index 0000000..7a9c6c3 --- /dev/null +++ b/hotkeys.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +killall swhks +swhks & +pkexec swhkd |