mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 16:23:57 +01:00
hyprland(hyprdim): Persist dim
Fixes an issue where the dim would be reset if running hyprctl reload without dim_inactive set to true in hyprland.conf.
This commit is contained in:
parent
89b5a0e1f1
commit
55c5078919
@ -39,7 +39,7 @@ in
|
|||||||
exec-once = fcitx5
|
exec-once = fcitx5
|
||||||
exec-once = hyprctl dispatch workspace 5000000
|
exec-once = hyprctl dispatch workspace 5000000
|
||||||
exec-once = ${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1
|
exec-once = ${pkgs.polkit_gnome}/libexec/polkit-gnome-authentication-agent-1
|
||||||
exec-once = hyprdim
|
exec-once = hyprdim --persist
|
||||||
|
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
|
Loading…
Reference in New Issue
Block a user