feat(hyprland): fix waybar not working.

This commit is contained in:
CronyAkatsuki 2025-09-24 12:41:18 +02:00
parent 51c5bdeada
commit f2a2a2e780

View file

@ -132,10 +132,10 @@ in {
exec = [ exec = [
# Fix laptop monitor getting turned on while my external monitor connected # Fix laptop monitor getting turned on while my external monitor connected
"hyprctl monitors | grep 'HDMI' && hyprctl keyword monitor 'eDP-1, disable'" "hyprctl monitors | grep 'HDMI' && hyprctl keyword monitor 'eDP-1, disable'"
"pkill waybar; waybar" # Kill waybar and start new instance because everytime hyprland restarts breaks waybar
]; ];
exec-once = [ exec-once = [
"waybar" # Start waybar on start
"wl-paste --type text --watch cliphist store" # Stores only text data "wl-paste --type text --watch cliphist store" # Stores only text data
"wl-paste --type image --watch cliphist store" # Stores only image data "wl-paste --type image --watch cliphist store" # Stores only image data
"keepassxc" # Startup my password manager "keepassxc" # Startup my password manager