]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - sway/.config/sway/config.platinum
Move keyboard layout logic into sway config
[max/dotfiles.git] / sway / .config / sway / config.platinum
index 084cb9da7553dabc26621f6e104f85820e53b715..7c79c20aa8212ff78ee675d90feef8edac0c91d1 100644 (file)
@@ -16,3 +16,14 @@ bar {
 }
 
 font pango:Liberation Mono 10
+
+output eDP-1 {
+       scale 2
+       background ~/Pictures/background.png fit
+}
+
+input * {
+  xkb_layout gb
+  xkb_variant colemak
+  xkb_options ctrl:nocaps
+}