diff --git a/.config/sway/config b/.config/sway/config index 539fe6c..d8010ca 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -43,6 +43,10 @@ output * bg ~/.wallpaper.jpg fill # # You can get the names of your inputs by running: swaymsg -t get_inputs # Read `man 5 sway-input` for more information about this section. +input * { + xkb_layout us + xkb_variant dvp +} ### Key bindings # @@ -216,7 +220,7 @@ font xft:'Ubuntu' bold 11 # # WE LOVE GAPS: # -for_window [class="^.*"] border pixel 1 +#for_window [class="^.*"] border pixel 1 smart_gaps on gaps inner 12 gaps outer 8 @@ -229,9 +233,9 @@ exec xrdb -merge .Xresources # # Monitor Layout: # -output eDP-1 scale 2 pos 4000 0 -output DP-4 pos 1440 -540 -output DP-1 pos 0 0 +#output eDP-1 scale 2 pos 4000 0 +#output DP-4 pos 1440 -540 +#output DP-1 pos 0 0 include /etc/sway/config.d/*