[kanaya] i3 config: window rule for game dev project; change output names

This commit is contained in:
Lexi / Zoe 2020-11-13 01:45:19 +01:00
parent bd43dae1c4
commit c015ce95ca
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 4 additions and 1 deletions

View File

@ -13,7 +13,7 @@
set $mod Mod4 set $mod Mod4
# ~~ Define output displays (primary, secondary monitor) # ~~ Define output displays (primary, secondary monitor)
set $OUTPUT1 DisplayPort-1 set $OUTPUT1 HDMI-A-0
set $OUTPUT2 DVI-D-0 set $OUTPUT2 DVI-D-0
@ -334,6 +334,9 @@ for_window [class="^Steam$"] layout tabbed
# ~~ Misc other apps # ~~ Misc other apps
for_window [class="^Pavucontrol$"] floating enable for_window [class="^Pavucontrol$"] floating enable
# ~~ Dev projects
for_window [class="^BigPileOfUncreativity$"] move to workspace $WSf12; workspace $WSf12
# DESKTOP AND APPLICATION KEYBINDINGS # DESKTOP AND APPLICATION KEYBINDINGS
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~