Move from i3 to sway #1

Merged
an.tsouchlos merged 27 commits from feature/sway into main 2024-06-05 22:57:02 +00:00
Showing only changes of commit 8403882027 - Show all commits

View File

@ -4,11 +4,12 @@ input "type:touchpad" {
natural_scroll enabled
scroll_factor 0.4
dwt disable
accel_profile "adaptive" # disable mouse acceleration (enabled by default; to set it manually, use "adaptive" instead of "flat")
pointer_accel 0 # set mouse sensitivity (between -1 and 1)
accel_profile "adaptive"
pointer_accel 0
}
input * {
xkb_layout "de"
xkb_variant "nodeadkeys"
input type:keyboard {
xkb_layout de(nodeadkeys),gr,de(neo)
xkb_options grp:ctrls_toggle,caps:escape
}