distro specific fixes
[distro-setup] / i3-sway / bar.conf
1 # by default, new workspaces are created on whatever screen doesn't have
2 # one active or else the current one. That is annoying, I have one
3 # primary monitor, I don't want a new workspace created on secondary
4 # monitor just because I happen be focused on it. This fixes that.
5 workspace 1 output primary
6 workspace 2 output BIG-LEFT
7 workspace 3 output BIG-RIGHT
8 workspace 4 output BIG-RIGHT
9 workspace 5 output BIG-RIGHT
10 workspace 6 output BIG-RIGHT
11 workspace 7 output BIG-RIGHT
12 workspace 8 output BIG-RIGHT
13 workspace 9 output BIG-RIGHT
14 workspace 10 output BIG-RIGHT
15
16 default_orientation vertical
17
18 # bar is needed for kde connect
19 bar {
20
21 # keep it only on secondary monitor to save space and make for less
22 # missing pixes in obs live stream. For docs on this, search "output
23 # primary" in the i3 guide.
24 output primary
25
26 # the builtin prog
27 #status_command i3status
28
29 #for faster testing
30 #status_command /a/bin/ds/myi3status
31 status_command /usr/local/bin/myi3status
32 #mode hide
33 # hidden_state hide
34 font pango:monospace 18
35
36 # i have no need for the tray icons so far
37 tray_output primary
38
39 # I found I didn't need these, but, I'm trying them out again.
40 # workspace_buttons no
41 }
42
43 ## dont want to see this bar for now
44 # bar {
45 # status_command /p/c/myi3life
46 # tray_output none
47 # workspace_buttons no
48 # }