update caps and numlock

This commit is contained in:
2026-01-25 19:32:45 +01:00
parent d88cdfca77
commit 5243724527
2 changed files with 9 additions and 9 deletions

View File

@@ -86,7 +86,7 @@ drag_tile_to_tile=1
# keyboard # keyboard
repeat_rate=25 repeat_rate=25
repeat_delay=600 repeat_delay=600
numlockon=1 numlockon=0
xkb_rules_layout=ch xkb_rules_layout=ch
# Trackpad # 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" bind=SUPER+SHIFT,w,spawn,"$HOME/.config/wal/wal_update.sh"
# exit # exit
bind=SUPER+SHIFT,m,quit #bind=SUPER+SHIFT,m,quit
bind=SUPER+SHIFT,q,killclient, bind=SUPER+SHIFT,q,killclient,
# switch window focus # switch window focus
@@ -227,6 +227,7 @@ bind=SUPER+SHIFT,6,tag,6,0
bind=SUPER+SHIFT,7,tag,7,0 bind=SUPER+SHIFT,7,tag,7,0
bind=SUPER+SHIFT,8,tag,8,0 bind=SUPER+SHIFT,8,tag,8,0
bind=SUPER+SHIFT,9,tag,9,0 bind=SUPER+SHIFT,9,tag,9,0
bind=SUPER+SHIFT,0,tag,0,0
# monitor switch # monitor switch
bind=alt+shift,Left,focusmon,left bind=alt+shift,Left,focusmon,left
@@ -240,10 +241,10 @@ bind=ALT+SHIFT,Z,incgaps,-1
bind=ALT+SHIFT,R,togglegaps bind=ALT+SHIFT,R,togglegaps
# movewin # movewin
bind=CTRL+SHIFT,Up,movewin,+0,-50 #bind=CTRL+SHIFT,K,movewin,+0,-50
bind=CTRL+SHIFT,Down,movewin,+0,+50 #bind=CTRL+SHIFT,J,movewin,+0,+50
bind=CTRL+SHIFT,Left,movewin,-50,+0 #bind=CTRL+SHIFT,H,movewin,-50,+0
bind=CTRL+SHIFT,Right,movewin,+50,+0 #bind=CTRL+SHIFT,L,movewin,+50,+0
# resizewin # resizewin
bind=CTRL+ALT,Up,resizewin,+0,-50 bind=CTRL+ALT,Up,resizewin,+0,-50

View File

@@ -307,8 +307,7 @@ label:focus {
} }
#keyboard-state { #keyboard-state {
background: #97e1ad; background: @alternate0;
color: #000000;
padding: 0 0px; padding: 0 0px;
margin: 0 5px; margin: 0 5px;
min-width: 16px; min-width: 16px;
@@ -319,7 +318,7 @@ label:focus {
} }
#keyboard-state > label.locked { #keyboard-state > label.locked {
background: rgba(0, 0, 0, 0.2); background: rgba(256, 110, 110, 0.9);
} }
#scratchpad { #scratchpad {