From 124b5052be8f03715a783d35ed26c82cb4b0d534 Mon Sep 17 00:00:00 2001 From: inkch Date: Wed, 6 Mar 2024 16:49:12 +0900 Subject: [PATCH] i3: remove unnecessary "assign" + add "assign" for Apex Legends --- dot_config/i3/config.tmpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dot_config/i3/config.tmpl b/dot_config/i3/config.tmpl index 764b8c1..79ee1dd 100644 --- a/dot_config/i3/config.tmpl +++ b/dot_config/i3/config.tmpl @@ -336,11 +336,6 @@ for_window [class="org.remmina.Remmina"] floating enable, resize set 1000 750, m ## assign application to specific workspace ### 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 assign [title="Alacritty@tmux:default"] $ws2 assign [title="Alacritty@tmux:emacs"] $ws3 @@ -380,6 +375,7 @@ assign [class="retroarch"] $ws_game assign [class="steam_app_.*" instance="steam_app_.*"] $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="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 #######################################################