From 2ff5cd984f82e6f38be04546263531d7031d2233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Tue, 19 Jan 2021 14:55:07 +0300 Subject: Separate sway config by hostname --- dotfiles/.config/sway/desktopslav | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dotfiles/.config/sway/desktopslav (limited to 'dotfiles/.config/sway/desktopslav') 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 -- cgit v1.2.3