Fixed keyboard repeat rate, oops
This commit is contained in:
parent
7354051d77
commit
9dc12751bc
1 changed files with 2 additions and 2 deletions
|
@ -192,8 +192,8 @@ bindsym Ctrl+Mod1+l exec --no-startup-id $lock_command
|
|||
output "*" bg $background fill
|
||||
|
||||
# Keyboard
|
||||
input keyboard repeat_delay 250
|
||||
input keyboard repeat_rate 50
|
||||
input * repeat_delay 250
|
||||
input * repeat_rate 50
|
||||
|
||||
# Move workspace over to neighboring monitors
|
||||
bindsym $mod+Ctrl+Left move workspace to output left
|
||||
|
|
Loading…
Reference in a new issue