mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 11:51:50 +08:00
Include modular settings insetad
This commit is contained in:
parent
f1124f82ba
commit
d07fa8e5b5
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user