diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-12-30 13:31:06 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-12-30 13:31:06 -0500 |
commit | e72da245a393ec87e89574e123e283822647f25a (patch) | |
tree | c0ddafc57d1fe02e699d3347071b7d6879ed2bb0 | |
parent | sleepd config (diff) |
don't automatically place windows on workspaces
-rw-r--r-- | dot_config/sway/config | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index 629dec8..650cd81 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -200,12 +200,6 @@ mode "resize" bindsym --to-code { } bindsym --to-code $mod+r mode "resize" - -# use for_window instead of assign when we want to follow the window and focus -# on it -for_window [app_id="firefox"] move container to workspace number 2; focus -for_window [class="Signal"] move container to workspace number 3; focus - bar swaybar_command waybar exec_always pkill kanshi; exec kanshi |