Fix autostart
This commit is contained in:
12
autostart/30_keyboard.sh
Executable file
12
autostart/30_keyboard.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
keyboard_layout=de
|
||||
keyboard_variant=nodeadkeys
|
||||
keyboard_repeat_delay=150
|
||||
keyboard_repeat_speed=50
|
||||
|
||||
printf '%s' "setting keyboard layout" >>"$LOGFILE"
|
||||
setxkbmap -layout "$keyboard_layout" -variant "$keyboard_variant" & &>> $LOGFILE
|
||||
|
||||
printf '%s' "setting key repeat delay" >>"$LOGFILE"
|
||||
xset r rate "$keyboard_repeat_delay" "$keyboard_repeat_speed" & &>> $LOGFILE
|
||||
Reference in New Issue
Block a user