diff options
author | zachir <zachir@librem.one> | 2024-01-03 11:43:46 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-01-03 11:43:46 -0600 |
commit | faae07beace45985985d15d602843fe20524a4aa (patch) | |
tree | 765eb89442dbc333954b99542cb33d3fe30836f6 /hypr | |
parent | e52d33c3800479d17b7f55a67186b9d73a78ec96 (diff) |
cas: hypr: Set wallpaper display
Cas specifically uses eDP-1 because it's a laptop, so this sets the
wallpaper for that display.
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprpaper.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index a0239e5..5740529 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -1 +1,2 @@ preload = ~/Pictures/background.png +wallpaper = eDP-1,~/Pictures/background.png |