From 5ef99ce59c21d8abf28c923f9b2b9a116d10e9b0 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 8 Jul 2025 19:36:13 +0000 Subject: capslock is stupid --- modules/desktop/system/environments/sway.nix | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'modules/desktop/system/environments/sway.nix') diff --git a/modules/desktop/system/environments/sway.nix b/modules/desktop/system/environments/sway.nix index 2e0d2d1..604ec87 100644 --- a/modules/desktop/system/environments/sway.nix +++ b/modules/desktop/system/environments/sway.nix @@ -50,20 +50,9 @@ client.placeholder $overlay0 $base $text $overlay0 $overlay0 client.background $base - # bar { - # colors { - # background $base - # statusline $text - # focused_statusline $text - # focused_separator $base - - # # target border bg text - # focused_workspace $base $mauve $crust - # active_workspace $base $surface2 $text - # inactive_workspace $base $base $text - # urgent_workspace $base $red $crust - # } - # } + input type:keyboard { + xkb_options caps:none + } bindsym Mod4+1 workspace number 1 bindsym Mod4+2 workspace number 2 -- cgit v1.3.1