]> git.friedersdorff.com Git - max/saltfiles.git/blob - states/sway/files/barium
Move chat window to laptop screen
[max/saltfiles.git] / states / sway / files / barium
1 # Start i3bar to display a workspace bar (plus the system information i3status
2 # finds out, if available)
3 bar {
4   id bar_left
5   position top
6   output "HDMI-A-1"
7   font pango:Liberation Mono 12
8   colors {
9     background $black_super
10     focused_background $black
11     focused_workspace $black_super $yellow_super $black
12     active_workspace $black_super $blue_super $black
13     inactive_workspace $black_super $black_super $white_super
14     urgent_workspace $black $red_super $white
15   }
16 }
17
18 bar {
19   id bar_external
20   status_command ~/.local/bin/conky-i3bar
21   position top
22   output "eDP-1"
23   font pango:Liberation Mono 12
24   colors {
25     background $black_super
26     focused_background $black
27     focused_workspace $black_super $yellow_super $black
28     active_workspace $black_super $blue_super $black
29     inactive_workspace $black_super $black_super $white_super
30     urgent_workspace $black $red_super $white
31   }
32 }
33
34 bar {
35   id bar_right
36   status_command ~/.local/bin/conky-i3bar
37   position top
38   output "DP-1"
39   font pango:Liberation Mono 12
40   colors {
41     background $black_super
42     focused_background $black
43     focused_workspace $black_super $yellow_super $black
44     active_workspace $black_super $blue_super $black
45     inactive_workspace $black_super $black_super $white_super
46     urgent_workspace $black $red_super $white
47   }
48 }
49
50
51 output HDMI-A-1 {
52   position 0 0
53   background ~/Pictures/background_1080_1.png fit
54 }
55
56 output eDP-1 {
57   position 960 2160 
58   background ~/Pictures/background_1080_1.png fit
59   scale 1
60 }
61
62 output DP-1 {
63   position 1920 0
64   background ~/Pictures/background_1080_1.png fit
65 }
66
67 workspace 2 output HDMI-A-1
68 workspace 1 output eDP-1
69
70 workspace $music output eDP-1
71 workspace $chat output eDP-1 
72
73 assign [class="music"] workspace $music
74 assign [app_id="music"] workspace $music
75 for_window [class="music"] move workspace number $music
76 for_window [app_id="music"] move workspace number $music
77 assign [class="zoom"] workspace $chat
78 for_window [class="zoom"] move workspace number $chat
79 assign [app_id="org.qutebrowser.qutebrowser"] workspace number $ws1
80
81 exec "termite --name 'music' -e 'tmux'"
82 exec "zoom"
83
84
85
86 font pango:Liberation Mono 10
87
88 # The built in keyboard of barium
89 input 1:1:AT_Translated_Set_2_keyboard {
90   xkb_layout gb 
91   xkb_variant colemak
92   xkb_options ctrl:nocaps
93 }
94
95 exec dunst&