mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-05-31 15:06:31 +02: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;
|
animate_manual_resizes = true;
|
||||||
disable_autoreload = true;
|
disable_autoreload = true;
|
||||||
new_window_takes_over_fullscreen = 1;
|
new_window_takes_over_fullscreen = 1;
|
||||||
|
initial_workspace_tracking = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
bind = [
|
bind = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user