Move to correct place.
This commit is contained in:
parent
8c67813e15
commit
af72005772
2 changed files with 7 additions and 3 deletions
|
@ -308,14 +308,16 @@ in {
|
|||
"$menu" = "tofi";
|
||||
"$terminal" = "foot";
|
||||
|
||||
exec = [
|
||||
# Fix laptop monitor getting turned on while my external monitor connected
|
||||
"hyprctl monitors | grep 'HDMI' && hyprctl keyword monitor 'eDP-1, disable'"
|
||||
];
|
||||
|
||||
exec-once = [
|
||||
"wl-paste --type text --watch cliphist store" # Stores only text data
|
||||
"wl-paste --type image --watch cliphist store" # Stores only image data
|
||||
"keepassxc" # Startup my password manager
|
||||
"waybar" # Start waybar on start
|
||||
|
||||
# Fix laptop monitor getting turned on while my external monitor connected
|
||||
"hyprctl monitors | grep 'HDMI' && hyprctl keyword monitor 'eDP-1, disable'"
|
||||
];
|
||||
|
||||
monitor = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue