aboutsummaryrefslogtreecommitdiff
path: root/kanshi/single.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kanshi/single.sh')
-rwxr-xr-xkanshi/single.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/kanshi/single.sh b/kanshi/single.sh
new file mode 100755
index 0000000..238c995
--- /dev/null
+++ b/kanshi/single.sh
@@ -0,0 +1,13 @@
+#!/bin/sh
+
+display=eDP-1
+
+swaymsg reload
+
+swaymsg output $display pos 0 0 \
+ res 1920x1080 \
+ bg ~/.pictures/bg1.jpg stretch
+
+for workspace in 1:1 2:2 3:3 4:4 5:a 6:s 7:d 8:f; do
+ swaymsg workspace $workspace output $display
+done