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/desktopslav | |
parent | e7e6239596bdad020a09d8404573fc8e6c6133c8 (diff) | |
download | swayrice-0d9d46ed14ae21c0a408e9dc5189d653df197d1f.tar.gz swayrice-0d9d46ed14ae21c0a408e9dc5189d653df197d1f.zip |
Hostname changes
Diffstat (limited to 'dotfiles/.config/sway/desktopslav')
-rw-r--r-- | dotfiles/.config/sway/desktopslav | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/dotfiles/.config/sway/desktopslav b/dotfiles/.config/sway/desktopslav deleted file mode 100644 index e74fa74..0000000 --- a/dotfiles/.config/sway/desktopslav +++ /dev/null @@ -1,21 +0,0 @@ -# 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 |