]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/sway/files/barium
Move chat window to laptop screen
[max/saltfiles.git] / states / sway / files / barium
index 45fb421e8cba32f589fdabc72ee90c589e903879..9ac934f9ecdd2c5b6b459947548282edc34b9fc2 100644 (file)
@@ -56,7 +56,7 @@ output HDMI-A-1 {
 output eDP-1 {
   position 960 2160 
   background ~/Pictures/background_1080_1.png fit
-  scale 1.15
+  scale 1
 }
 
 output DP-1 {
@@ -68,11 +68,18 @@ workspace 2 output HDMI-A-1
 workspace 1 output eDP-1
 
 workspace $music output eDP-1
-workspace $chat output HDMI-A-1
+workspace $chat output eDP-1 
 
 assign [class="music"] workspace $music
+assign [app_id="music"] workspace $music
+for_window [class="music"] move workspace number $music
+for_window [app_id="music"] move workspace number $music
+assign [class="zoom"] workspace $chat
+for_window [class="zoom"] move workspace number $chat
+assign [app_id="org.qutebrowser.qutebrowser"] workspace number $ws1
 
-exec "termite --class 'music' -e 'tmux'"
+exec "termite --name 'music' -e 'tmux'"
+exec "zoom"