i3: remove unnecessary "assign" + add "assign" for Apex Legends
This commit is contained in:
parent
cdda87b300
commit
124b5052be
@ -336,11 +336,6 @@ for_window [class="org.remmina.Remmina"] floating enable, resize set 1000 750, m
|
|||||||
|
|
||||||
## assign application to specific workspace
|
## assign application to specific workspace
|
||||||
### Tips: Run `xprop` (command line tool) to retrieve class, instance and title.
|
### Tips: Run `xprop` (command line tool) to retrieve class, instance and title.
|
||||||
# Browsers
|
|
||||||
assign [class="firefox"] $ws1
|
|
||||||
assign [class="librewolf"] $ws1
|
|
||||||
assign [class="Tor Browser"] $ws0
|
|
||||||
|
|
||||||
# Terminal
|
# Terminal
|
||||||
assign [title="Alacritty@tmux:default"] $ws2
|
assign [title="Alacritty@tmux:default"] $ws2
|
||||||
assign [title="Alacritty@tmux:emacs"] $ws3
|
assign [title="Alacritty@tmux:emacs"] $ws3
|
||||||
@ -380,6 +375,7 @@ assign [class="retroarch"] $ws_game
|
|||||||
assign [class="steam_app_.*" instance="steam_app_.*"] $ws_game
|
assign [class="steam_app_.*" instance="steam_app_.*"] $ws_game
|
||||||
for_window [class="steam_app_.*" instance="steam_app_.*"] move to workspace $ws_game
|
for_window [class="steam_app_.*" instance="steam_app_.*"] move to workspace $ws_game
|
||||||
assign [class="Hexcells Infinite.x86_64" instance="Hexcells Infinite.x86_64" title="Hexcells Infinite"] $ws_game
|
assign [class="Hexcells Infinite.x86_64" instance="Hexcells Infinite.x86_64" title="Hexcells Infinite"] $ws_game
|
||||||
|
assign [class="steam_app_1172470" instance="steam_app_1172470" title="Apex Legends"] $ws_game
|
||||||
## KEY_INSERT_GAME_ASSIGN # Don't change left string. See ~/.config/fish/function/i3-assign-games.fish
|
## KEY_INSERT_GAME_ASSIGN # Don't change left string. See ~/.config/fish/function/i3-assign-games.fish
|
||||||
|
|
||||||
#######################################################
|
#######################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user