diff --git a/.config/sway/config b/.config/sway/config index 02e3d3a..258d0ff 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -73,24 +73,6 @@ smart_borders no_gaps #floating thingys bindsym $mod+Shift+s floating toggle ; sticky toggle ; resize set 800 600 ; move position 55ppt 5ppt -# swap caps and ctrl on PS-2 keyboard -input 1:1:AT_Translated_Set_2_keyboard { - xkb_options "ctrl:swapcaps" -} - -input type:mouse { - accel_profile flat -} - -input type:touchpad { - accel_profile adaptive - pointer_accel -0.3 - natural_scroll enabled - tap enabled - dwt disabled - events disabled_on_external_mouse -} - ###END### # Start a terminal @@ -169,4 +151,5 @@ bindsym $mod+z focus child bindsym $mod+Shift+0 move scratchpad bindsym $mod+0 scratchpad show +include ~/.config/sway/config.d/* include /etc/sway/config.d/*