update caps and numlock
This commit is contained in:
@@ -86,7 +86,7 @@ drag_tile_to_tile=1
|
||||
# keyboard
|
||||
repeat_rate=25
|
||||
repeat_delay=600
|
||||
numlockon=1
|
||||
numlockon=0
|
||||
xkb_rules_layout=ch
|
||||
|
||||
# Trackpad
|
||||
@@ -162,7 +162,7 @@ bind=SUPER,r,spawn,"$HOME/.config/ranger/ranger-launcher.sh"
|
||||
bind=SUPER+SHIFT,w,spawn,"$HOME/.config/wal/wal_update.sh"
|
||||
|
||||
# exit
|
||||
bind=SUPER+SHIFT,m,quit
|
||||
#bind=SUPER+SHIFT,m,quit
|
||||
bind=SUPER+SHIFT,q,killclient,
|
||||
|
||||
# switch window focus
|
||||
@@ -227,6 +227,7 @@ bind=SUPER+SHIFT,6,tag,6,0
|
||||
bind=SUPER+SHIFT,7,tag,7,0
|
||||
bind=SUPER+SHIFT,8,tag,8,0
|
||||
bind=SUPER+SHIFT,9,tag,9,0
|
||||
bind=SUPER+SHIFT,0,tag,0,0
|
||||
|
||||
# monitor switch
|
||||
bind=alt+shift,Left,focusmon,left
|
||||
@@ -240,10 +241,10 @@ bind=ALT+SHIFT,Z,incgaps,-1
|
||||
bind=ALT+SHIFT,R,togglegaps
|
||||
|
||||
# movewin
|
||||
bind=CTRL+SHIFT,Up,movewin,+0,-50
|
||||
bind=CTRL+SHIFT,Down,movewin,+0,+50
|
||||
bind=CTRL+SHIFT,Left,movewin,-50,+0
|
||||
bind=CTRL+SHIFT,Right,movewin,+50,+0
|
||||
#bind=CTRL+SHIFT,K,movewin,+0,-50
|
||||
#bind=CTRL+SHIFT,J,movewin,+0,+50
|
||||
#bind=CTRL+SHIFT,H,movewin,-50,+0
|
||||
#bind=CTRL+SHIFT,L,movewin,+50,+0
|
||||
|
||||
# resizewin
|
||||
bind=CTRL+ALT,Up,resizewin,+0,-50
|
||||
|
||||
@@ -307,8 +307,7 @@ label:focus {
|
||||
}
|
||||
|
||||
#keyboard-state {
|
||||
background: #97e1ad;
|
||||
color: #000000;
|
||||
background: @alternate0;
|
||||
padding: 0 0px;
|
||||
margin: 0 5px;
|
||||
min-width: 16px;
|
||||
@@ -319,7 +318,7 @@ label:focus {
|
||||
}
|
||||
|
||||
#keyboard-state > label.locked {
|
||||
background: rgba(0, 0, 0, 0.2);
|
||||
background: rgba(256, 110, 110, 0.9);
|
||||
}
|
||||
|
||||
#scratchpad {
|
||||
|
||||
Reference in New Issue
Block a user