diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-01-19 14:55:07 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-01-19 14:55:07 +0300 |
commit | 2ff5cd984f82e6f38be04546263531d7031d2233 (patch) | |
tree | 2db3106cd54ddd39ddc64d9257fe1d450418be9a /dotfiles/.config/sway/desktopslav | |
parent | d53c46e1824dce3aeeef5ccad52cf1cb315e84ef (diff) | |
download | swayrice-2ff5cd984f82e6f38be04546263531d7031d2233.tar.gz swayrice-2ff5cd984f82e6f38be04546263531d7031d2233.zip |
Separate sway config by hostname
Diffstat (limited to 'dotfiles/.config/sway/desktopslav')
-rw-r--r-- | dotfiles/.config/sway/desktopslav | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dotfiles/.config/sway/desktopslav b/dotfiles/.config/sway/desktopslav new file mode 100644 index 0000000..1c76233 --- /dev/null +++ b/dotfiles/.config/sway/desktopslav @@ -0,0 +1,20 @@ +# vim: filetype=i3 + +# Configuration specific to my desktop computer + +# Outputs +output "HDMI-A-2" background ~/.config/wall2.png fill +output "HDMI-A-1" pos 0 0 +output "HDMI-A-2" pos 1920 0 + +# 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 |