diff options
Diffstat (limited to 'files/.config')
| -rw-r--r-- | files/.config/sway/config | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/files/.config/sway/config b/files/.config/sway/config index cd884db..f70efd1 100644 --- a/files/.config/sway/config +++ b/files/.config/sway/config @@ -58,7 +58,10 @@ bindsym $mod+Shift+0 move container to workspace number 0 seat * hide_cursor 100 input type:touchpad events disabled -input type:keyboard xkb_options ctrl:nocaps +input type:keyboard xkb_options lv5:ralt_switch +input type:keyboard xkb_options caps:mod3 +input type:keyboard xkb_layout de +input type:keyboard xkb_variant neo bindsym $mod+r exec 'swaymsg "seat * hide_cursor 100"; swaymsg "input type:touchpad events disabled"' bindsym $mod+t exec 'swaymsg "seat * hide_cursor 0"; swaymsg "input type:touchpad events enabled"' @@ -78,4 +81,4 @@ bindsym --locked XF86MonbrightnessUp exec brightnessctl set 2%+ default_border none font pango:monospace 0.001 titlebar_border_thickness 0 -titlebar_padding 0
\ No newline at end of file +titlebar_padding 0 |
