From 5243724527a660097c916d7fa0fa696323c54a9a Mon Sep 17 00:00:00 2001 From: Simon Studer Date: Sun, 25 Jan 2026 19:32:45 +0100 Subject: [PATCH] update caps and numlock --- config/mango/config.template.conf | 13 +++++++------ config/waybar/style.css | 5 ++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/mango/config.template.conf b/config/mango/config.template.conf index 4c71c3a..b052e14 100644 --- a/config/mango/config.template.conf +++ b/config/mango/config.template.conf @@ -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 diff --git a/config/waybar/style.css b/config/waybar/style.css index a7cf6e4..590a6d4 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -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 {