]> 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 71ac738f3acdb1651942910cfb8c95c89a260714..9ac934f9ecdd2c5b6b459947548282edc34b9fc2 100644 (file)
@@ -2,6 +2,21 @@
 # finds out, if available)
 bar {
   id bar_left
+  position top
+  output "HDMI-A-1"
+  font pango:Liberation Mono 12
+  colors {
+    background $black_super
+    focused_background $black
+    focused_workspace $black_super $yellow_super $black
+    active_workspace $black_super $blue_super $black
+    inactive_workspace $black_super $black_super $white_super
+    urgent_workspace $black $red_super $white
+  }
+}
+
+bar {
+  id bar_external
   status_command ~/.local/bin/conky-i3bar
   position top
   output "eDP-1"
@@ -18,8 +33,9 @@ bar {
 
 bar {
   id bar_right
+  status_command ~/.local/bin/conky-i3bar
   position top
-  output "HDMI-A-1"
+  output "DP-1"
   font pango:Liberation Mono 12
   colors {
     background $black_super
@@ -32,21 +48,48 @@ bar {
 }
 
 
-output eDP-1 {
+output HDMI-A-1 {
   position 0 0
   background ~/Pictures/background_1080_1.png fit
 }
 
-output HDMI-A-1 {
+output eDP-1 {
+  position 960 2160 
+  background ~/Pictures/background_1080_1.png fit
+  scale 1
+}
+
+output DP-1 {
   position 1920 0
   background ~/Pictures/background_1080_1.png fit
 }
 
+workspace 2 output HDMI-A-1
+workspace 1 output eDP-1
+
+workspace $music output eDP-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 --name 'music' -e 'tmux'"
+exec "zoom"
+
+
 
 font pango:Liberation Mono 10
 
-input type:keyboard {
+# The built in keyboard of barium
+input 1:1:AT_Translated_Set_2_keyboard {
   xkb_layout gb 
   xkb_variant colemak
   xkb_options ctrl:nocaps
 }
+
+exec dunst&