Compare commits
2 Commits
38afdbb493
...
7bb7441911
Author | SHA1 | Date |
---|---|---|
Victor Timofei | 7bb7441911 | |
Victor Timofei | d18c15f259 |
|
@ -13,14 +13,17 @@ OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS.
|
|||
autogenerated = 0 # remove this line to remove the warning
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,preferred,auto,1
|
||||
# monitor=,preferred,auto,1
|
||||
monitor=HDMI-A-1,3840x2160@30,0x0,1
|
||||
monitor=eDP-1,1366x768@60,3840x1392,1
|
||||
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
exec-once = waybar
|
||||
exec-once = ~/.config/eww/scripts/launch.py
|
||||
exec-once = wl-paste --watch cliphist store
|
||||
exec-once = hyprpaper
|
||||
|
||||
|
||||
# change monitor to hires, the last argument is the scale factor
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
preload = /home/vtimofei/wallpapers/0001.jpg
|
||||
preload = /home/vtimofei/wallpapers/0002.jpg
|
||||
|
||||
wallpaper = eDP-1,/home/vtimofei/wallpapers/0001.jpg
|
||||
wallpaper = HDMI-A-1,/home/vtimofei/wallpapers/0002.jpg
|
Loading…
Reference in New Issue