mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-03 11:29:55 +01:00
hyprland: Disable initial_workspace_tracking
Fixes an issue where new windows from ironbar and eww would open on the first workspace instead of the current one.
This commit is contained in:
parent
37f3cbb50e
commit
fc69d7980f
@ -185,6 +185,7 @@ in
|
||||
animate_manual_resizes = true;
|
||||
disable_autoreload = true;
|
||||
new_window_takes_over_fullscreen = 1;
|
||||
initial_workspace_tracking = 0;
|
||||
};
|
||||
|
||||
bind = [
|
||||
|
Loading…
Reference in New Issue
Block a user