[kanaya] i3 config: window rule for game dev project; change output names
This commit is contained in:
parent
bd43dae1c4
commit
c015ce95ca
|
|
@ -13,7 +13,7 @@
|
|||
set $mod Mod4
|
||||
|
||||
# ~~ Define output displays (primary, secondary monitor)
|
||||
set $OUTPUT1 DisplayPort-1
|
||||
set $OUTPUT1 HDMI-A-0
|
||||
set $OUTPUT2 DVI-D-0
|
||||
|
||||
|
||||
|
|
@ -334,6 +334,9 @@ for_window [class="^Steam$"] layout tabbed
|
|||
# ~~ Misc other apps
|
||||
for_window [class="^Pavucontrol$"] floating enable
|
||||
|
||||
# ~~ Dev projects
|
||||
for_window [class="^BigPileOfUncreativity$"] move to workspace $WSf12; workspace $WSf12
|
||||
|
||||
|
||||
# DESKTOP AND APPLICATION KEYBINDINGS
|
||||
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in New Issue