[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
|
||||
bar {
|
||||
status_command i3status
|
||||
|
||||
tray_output $OUTPUT1
|
||||
tray_padding 0
|
||||
|
||||
colors {
|
||||
background #000000
|
||||
|
|
@ -196,7 +198,7 @@ set $WSf12 "F12"
|
|||
set $WS_www $WS1
|
||||
set $WS_mail $WS10
|
||||
set $WS_music $WS11
|
||||
set $WS_com $WSalt1
|
||||
set $WS_com $WSf1
|
||||
|
||||
# ~~ Assign workspaces to displays
|
||||
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
|
||||
for_window [workspace=$WSf1] floating enable
|
||||
|
||||
# ~~ Waterfox
|
||||
assign [class="^Waterfox$"] number $WS_www
|
||||
for_window [class="^Waterfox$"] layout tabbed
|
||||
# ~~ Waterfox, Firefox
|
||||
assign [class="^(Water|Fire)fox$"] number $WS_www
|
||||
for_window [class="^(Water|Fire)fox$"] layout tabbed
|
||||
|
||||
# ~~ Thunderbird
|
||||
assign [class="^Thunderbird$"] number $WS_mail
|
||||
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$"] number $WS_com
|
||||
for_window [class="^TelegramDesktop$" title="^Telegram"] floating enable
|
||||
|
|
|
|||
Loading…
Reference in New Issue