From bb6efbc23c12b02352cbec5593f5e6f65346dedc Mon Sep 17 00:00:00 2001 From: Salim Zaidi <121177411+zedsalim@users.noreply.github.com> Date: Sat, 24 Jun 2023 09:49:52 +0100 Subject: [PATCH] Update --- config/i3/workspaces.conf | 4 ++-- 0-run.sh => run_me.sh | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename 0-run.sh => run_me.sh (100%) diff --git a/config/i3/workspaces.conf b/config/i3/workspaces.conf index 4a72c2c..e60829a 100755 --- a/config/i3/workspaces.conf +++ b/config/i3/workspaces.conf @@ -66,7 +66,7 @@ bindcode $mod+Shift+Mod2+90 move container to workspace 10 # Assignments # bind program to workspace and focus to them on startup: assign [class="Brave-browser"] 1 -assign [class="Thunar"] 2 +assign [class="Pcmanfm"] 2 assign [class="Codium"] 3 assign [class="TelegramDesktop"] 4 assign [class="discord"] 5 @@ -74,7 +74,7 @@ assign [class="GitHub Desktop"] 10 # automatic set focus new window if it opens on another workspace then the current: for_window [class=Brave-browser] focus -for_window [class=Thunar] focus +for_window [class=Pcmanfm] focus for_window [class=Codium] focus for_window [class=TelegramDesktop] focus for_window [class=discord] focus diff --git a/0-run.sh b/run_me.sh similarity index 100% rename from 0-run.sh rename to run_me.sh