diff --git a/.config/sway/config.d/autostart.conf##default b/.config/sway/config.d/autostart.conf##default index a04b0f0..3565ade 100644 --- a/.config/sway/config.d/autostart.conf##default +++ b/.config/sway/config.d/autostart.conf##default @@ -1,4 +1,4 @@ assign [app_id="firefox"] workspace 2 -# exec swaymsg "workspace 2; exec firefox;" +exec swaymsg "workspace 2; exec firefox;" exec swaymsg "workspace 3; exec kitty;" exec swaymsg "workspace 1; exec emacs" diff --git a/.config/sway/config.d/keyboard.conf b/.config/sway/config.d/keyboard.conf index d825c0a..6bf17ec 100644 --- a/.config/sway/config.d/keyboard.conf +++ b/.config/sway/config.d/keyboard.conf @@ -4,13 +4,13 @@ input * { xkb_numlock enabled xkb_options caps:escape_shifted_capslock } -input "1:1:AT_Translated_Set_2_keyboard" { - xkb_switch_layout 1 -} +#input "1:1:AT_Translated_Set_2_keyboard" { +# xkb_switch_layout 1 +#} input "type:touchpad" { - tap enabled - natural_scroll disabled - accel_profile adaptive - dwt disabled - pointer_accel 0.4 # set mouse sensitivity (between -1 and 1) + tap enabled + natural_scroll disabled + accel_profile adaptive + dwt disabled + pointer_accel 0.4 # set mouse sensitivity (between -1 and 1) }