From d07fa8e5b59c814f458ab7dd6f5a186c752109bd Mon Sep 17 00:00:00 2001 From: juan Date: Fri, 3 Jun 2022 15:59:34 +0800 Subject: [PATCH] Include modular settings insetad --- .config/sway/config | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) 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/*