basic nested sway dev environment

This commit is contained in:
2026-08-06 23:47:10 -05:00
parent 52a010e999
commit a50800dc8c
3 changed files with 27 additions and 0 deletions
Executable
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -e
export WLR_BACKENDS=wayland
export WLR_WL_OUTPUTS=2
export WLR_LIBINPUT_NO_DEVICES=1
exec sway --config "$(dirname "$0")/sway.conf"
+16
View File
@@ -0,0 +1,16 @@
set $mod Mod1
output * bg #202020 solid_color
# virtual thor displays for dev
output WL-1 mode 960x540
output WL-2 mode 620x540
output WL-1 pos 0 0
output WL-2 pos 340 1080
input * {
xkb_layout us
}
bindsym $mod+Shift+e exec swaymsg exit
bindsym $mod+Return exec foot
+3
View File
@@ -37,10 +37,13 @@
# etc # etc
jq jq
socat socat
foot
]; ];
shellHook = '' shellHook = ''
echo
echo "nomad development environment" echo "nomad development environment"
echo
''; '';
}; };
}; };