diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 19:36:13 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 19:36:13 +0000 |
| commit | 5ef99ce59c21d8abf28c923f9b2b9a116d10e9b0 (patch) | |
| tree | de0555d1656fdf6802a4989be5683a8ceec1b4e1 /modules/desktop/system/environments | |
| parent | 82ec91b4d2c253c6ccb783f960a2788f230d6ad1 (diff) | |
capslock is stupid
Diffstat (limited to 'modules/desktop/system/environments')
| -rw-r--r-- | modules/desktop/system/environments/sway.nix | 17 |
1 files changed, 3 insertions, 14 deletions
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 |
