hyprland: remove kill waybar in clamshell script

This commit is contained in:
Aly Raffauf 2024-08-02 20:16:54 -04:00
parent 1074ec9d99
commit c36785774d

View file

@ -21,8 +21,6 @@ in {
(monitor: ''${hyprctl} keyword monitor "${monitor}"'')
cfg.desktop.hyprland.laptopMonitors
}
sleep 1
${pkill} -SIGUSR2 waybar
fi
'';