1
1
mirror of https://github.com/rywng/dotfiles.git synced 2024-11-24 20:01:49 +08:00

Include modular settings insetad

This commit is contained in:
juan 2022-06-03 15:59:34 +08:00
parent f1124f82ba
commit d07fa8e5b5
No known key found for this signature in database
GPG Key ID: 63A51E78F28ACE53

View File

@ -73,24 +73,6 @@ smart_borders no_gaps
#floating thingys #floating thingys
bindsym $mod+Shift+s floating toggle ; sticky toggle ; resize set 800 600 ; move position 55ppt 5ppt 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### ###END###
# Start a terminal # Start a terminal
@ -169,4 +151,5 @@ bindsym $mod+z focus child
bindsym $mod+Shift+0 move scratchpad bindsym $mod+Shift+0 move scratchpad
bindsym $mod+0 scratchpad show bindsym $mod+0 scratchpad show
include ~/.config/sway/config.d/*
include /etc/sway/config.d/* include /etc/sway/config.d/*