[kanaya] i3 config: small changes
This commit is contained in:
parent
3d05a8ef8a
commit
070152764c
|
|
@ -52,7 +52,9 @@ client.background #ffffff
|
||||||
# ~~ Start i3bar with i3status
|
# ~~ Start i3bar with i3status
|
||||||
bar {
|
bar {
|
||||||
status_command i3status
|
status_command i3status
|
||||||
|
|
||||||
tray_output $OUTPUT1
|
tray_output $OUTPUT1
|
||||||
|
tray_padding 0
|
||||||
|
|
||||||
colors {
|
colors {
|
||||||
background #000000
|
background #000000
|
||||||
|
|
@ -196,7 +198,7 @@ set $WSf12 "F12"
|
||||||
set $WS_www $WS1
|
set $WS_www $WS1
|
||||||
set $WS_mail $WS10
|
set $WS_mail $WS10
|
||||||
set $WS_music $WS11
|
set $WS_music $WS11
|
||||||
set $WS_com $WSalt1
|
set $WS_com $WSf1
|
||||||
|
|
||||||
# ~~ Assign workspaces to displays
|
# ~~ Assign workspaces to displays
|
||||||
workspace $WS1 output $OUTPUT1
|
workspace $WS1 output $OUTPUT1
|
||||||
|
|
@ -298,15 +300,15 @@ bindsym Control+$mod+period move workspace to output right
|
||||||
# ~~ Make windows on workspace F1 (messengers) floating by default
|
# ~~ Make windows on workspace F1 (messengers) floating by default
|
||||||
for_window [workspace=$WSf1] floating enable
|
for_window [workspace=$WSf1] floating enable
|
||||||
|
|
||||||
# ~~ Waterfox
|
# ~~ Waterfox, Firefox
|
||||||
assign [class="^Waterfox$"] number $WS_www
|
assign [class="^(Water|Fire)fox$"] number $WS_www
|
||||||
for_window [class="^Waterfox$"] layout tabbed
|
for_window [class="^(Water|Fire)fox$"] layout tabbed
|
||||||
|
|
||||||
# ~~ Thunderbird
|
# ~~ Thunderbird
|
||||||
assign [class="^Thunderbird$"] number $WS_mail
|
assign [class="^Thunderbird$"] number $WS_mail
|
||||||
for_window [class="^Thunderbird$"] layout tabbed
|
for_window [class="^Thunderbird$"] layout tabbed
|
||||||
|
|
||||||
# ~~ Start Telegram always on secondary output, on workspace F1, and always floating
|
# ~~ Telegram
|
||||||
assign [class="^TelegramDesktop$"] output $OUTPUT2
|
assign [class="^TelegramDesktop$"] output $OUTPUT2
|
||||||
assign [class="^TelegramDesktop$"] number $WS_com
|
assign [class="^TelegramDesktop$"] number $WS_com
|
||||||
for_window [class="^TelegramDesktop$" title="^Telegram"] floating enable
|
for_window [class="^TelegramDesktop$" title="^Telegram"] floating enable
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue