# various sections of sway config # ===== input ===== input * { xkb_layout de tap enabled dwt disabled dwtp disabled natural_scroll disabled drag_lock disabled # accel_profile flat # pointer_accel -0.6 # pointer_accel 0 } # ===== keybinds ===== # Start a temp terminal bindsym $mod+Shift+Return exec $term -e d26r temp bash # screen-message bindsym $mod+s exec sm -i -a 1 -f '#203' ' 🧌 ' # Toggle the current focus between tiling and floating mode bindsym $mod+Shift+f floating toggle # default bind bindsym $mod+Shift+space floating toggle # ===== bar ===== bar { position bottom # [...] }