]> git.friedersdorff.com Git - max/dotfiles.git/blobdiff - sway/.config/sway/config.magnesium
Move keyboard layout logic into sway config
[max/dotfiles.git] / sway / .config / sway / config.magnesium
index 7229fae0763705d44ec7b7eee98add12f615823b..b23304a8e156b592830928cbf7e595c34a5934d9 100644 (file)
@@ -37,14 +37,20 @@ workspace 2 output HDMI-A-3
 
 output HDMI-A-2 {
   position 0 0
-  background ~/Pictures/background.jpg fit
+  background ~/Pictures/background_1080_1.png fit
 }
 
 output HDMI-A-3 {
   position 1920 0
-  background ~/Pictures/background.jpg fit
+  background ~/Pictures/background_1080_2.png fit
 }
 
 
 
 font pango:Liberation Mono 8
+
+input 1241:36:HOLDCHIP_USB_Keyboard {
+  xkb_layout us
+  xkb_variant colemak
+  xkb_options ctrl:nocaps
+}