mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:13:55 -05:00
hyprland: remove kill waybar in clamshell script
This commit is contained in:
parent
1074ec9d99
commit
c36785774d
|
@ -21,8 +21,6 @@ in {
|
||||||
(monitor: ''${hyprctl} keyword monitor "${monitor}"'')
|
(monitor: ''${hyprctl} keyword monitor "${monitor}"'')
|
||||||
cfg.desktop.hyprland.laptopMonitors
|
cfg.desktop.hyprland.laptopMonitors
|
||||||
}
|
}
|
||||||
sleep 1
|
|
||||||
${pkill} -SIGUSR2 waybar
|
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue