Hyprland: fix target start

This commit is contained in:
Filippo Berto 2024-02-08 10:55:54 +01:00
parent 7fbc73ad60
commit 2ab8ef98d7
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -55,7 +55,7 @@
# See https://wiki.hyprland.org/Configuring/Keywords/ for more # See https://wiki.hyprland.org/Configuring/Keywords/ for more
# Execute your favorite apps at launch # Execute your favorite apps at launch
exec-once = ${if nixosConfig.networking.hostName == "thor" then "xrandr --output DP-2 --primary" else "true"} & waybar & swww init & nm-applet & blueman-applet & systemctl --user start hyprland-login exec-once = ${if nixosConfig.networking.hostName == "thor" then "xrandr --output DP-2 --primary" else "true"} & swww init & nm-applet & blueman-applet & systemctl --user start hyprland-login.target
# Source a file (multi-file configs) # Source a file (multi-file configs)
# source = ~/.config/hypr/myColors.conf # source = ~/.config/hypr/myColors.conf