diff options
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 1 | ||||
-rw-r--r-- | hypr/hyprpaper.conf | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 3a4ebb8..84c6f23 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -11,6 +11,7 @@ monitor = DP-1, 1920x1080@60, 1920x0, 1 # Execute your favorite apps at launch # exec-once = waybar & hyprpaper & firefox exec-once = ~/.config/autostart.sh +exec-once = /usr/lib/polkit-kde-authentication-agent-1 #}}} # Source a file (multi-file configs) diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index fe52262..1b8480c 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -5,6 +5,8 @@ preload = ~/background.jpg #set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used wallpaper = eDP-1,~/background.jpg +wallpaper = HDMI-A-1,~/background.jpg +wallpaper = DP-1,~/background.jpg #if more than one monitor in use, can load a 2nd image #wallpaper = monitor2,~/background.jpg # .. more monitors |