diff options
Diffstat (limited to 'base/xinit')
-rw-r--r-- | base/xinit | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/base/xinit b/base/xinit new file mode 100644 index 0000000..2ef7ed0 --- /dev/null +++ b/base/xinit @@ -0,0 +1,7 @@ +# -*- shell-script -*- + +# Set keyboard settings +setkeys || : + +# Start hotkey daemon +xkbdbind & |