diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-20 22:12:48 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-08-20 22:12:48 +0300 |
commit | 0d9d46ed14ae21c0a408e9dc5189d653df197d1f (patch) | |
tree | c0155db69c2d157f801cfedfbd9af7b47eda1234 /dotfiles/.config/sway/atlas | |
parent | e7e6239596bdad020a09d8404573fc8e6c6133c8 (diff) | |
download | swayrice-0d9d46ed14ae21c0a408e9dc5189d653df197d1f.tar.gz swayrice-0d9d46ed14ae21c0a408e9dc5189d653df197d1f.zip |
Hostname changes
Diffstat (limited to 'dotfiles/.config/sway/atlas')
-rw-r--r-- | dotfiles/.config/sway/atlas | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/atlas b/dotfiles/.config/sway/atlas new file mode 100644 index 0000000..e74fa74 --- /dev/null +++ b/dotfiles/.config/sway/atlas @@ -0,0 +1,21 @@ +# vim: filetype=i3 + +# Configuration specific to my desktop computer + +# Outputs +output "HDMI-A-2" background ~/.config/wall2.png fill +output "HDMI-A-1" background ~/.config/wall1.png fill +output "HDMI-A-1" pos 0 0 +output "HDMI-A-2" pos 1920 100 + +# Workspaces +workspace $ws1 output HDMI-A-1 +workspace $ws2 output HDMI-A-1 +workspace $ws3 output HDMI-A-1 +workspace $ws4 output HDMI-A-1 +workspace $ws5 output HDMI-A-1 +workspace $ws6 output HDMI-A-1 +workspace $ws7 output HDMI-A-2 +workspace $ws8 output HDMI-A-2 +workspace $ws9 output HDMI-A-2 +workspace $ws10 output HDMI-A-2 |