Hyprland: remove reload configuration notification
This commit is contained in:
parent
805e13af18
commit
b20666b8d5
1 changed files with 2 additions and 3 deletions
|
|
@ -104,11 +104,10 @@ in
|
|||
touchpad.natural_scroll = true;
|
||||
};
|
||||
|
||||
exec = (lib.lists.optionals (hostName == "thor") [
|
||||
exec = lib.lists.optionals (hostName == "thor") [
|
||||
"xrandr --output DP-1 --primary"
|
||||
]) ++ [
|
||||
"noti -t 'Hyprland' -m 'New config loaded\!'"
|
||||
];
|
||||
|
||||
exec-once = [
|
||||
# "hyprpaper"
|
||||
# "swww init"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue