[feat] Add hyprpaper ( Also keep linux-wallpaperengine in the back burner )

This commit is contained in:
Uttarayan
2023-05-30 03:36:05 +05:30
parent 400c102e36
commit 4acb6136e0
3 changed files with 30 additions and 14 deletions

View File

@@ -9,8 +9,8 @@
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,auto
monitor=DP-2, 2560x1440, 0x0, 1,transform, 1
monitor=DP-3, 2560x1440, 1440x539,1
monitor=DP-2, 2560x1440@170, 0x0, 1,transform, 1
monitor=DP-3, 2560x1440@170, 1440x539,1
env = LIBVA_DRIVER_NAME,nvidia
env = XDG_SESSION_TYPE,wayland
@@ -25,6 +25,11 @@ env = MOZ_ENABLE_WAYLAND,1
# Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox
exec-once = swayosd
exec-once = hyprpaper
exec-once = swaync
exec-once=/usr/lib/polkit-kde-authentication-agent-1
# exec-once = linux-wallpaperengine --screen-root DP-2 2207659298
# exec-once = linux-wallpaperengine --screen-root DP-3 2207659298
# Source a file (multi-file configs)
source = ~/.config/hypr/binds.conf
@@ -42,7 +47,7 @@ input {
follow_mouse = 1
touchpad {
natural_scroll = false
natural_scroll = true
}
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
}