feat(hyprland): fix waybar not working.
This commit is contained in:
parent
51c5bdeada
commit
f2a2a2e780
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue