summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbh <qn+git@epicurus.dev>2026-03-08 18:29:23 +0800
committerbh <qn+git@epicurus.dev>2026-03-08 18:29:23 +0800
commit32d63bef2581ef934860c8bcffb60001d8390dd6 (patch)
tree7e644e2894b71fccbe56bdc7a4e2bdd127a7eeb5
parente3b70ea737f3672fa56761b0e310ac52204bee99 (diff)
Put wallpaper in hypr config and make hyprland scrolling
-rw-r--r--hypr/.config/hypr/hyprland.conf4
-rw-r--r--hypr/.config/hypr/hyprpaper.conf2
-rw-r--r--hypr/.config/hypr/media/TealNebula.pngbin0 -> 17616288 bytes
3 files changed, 3 insertions, 3 deletions
diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf
index 5f4d2f9..ae1faaf 100644
--- a/hypr/.config/hypr/hyprland.conf
+++ b/hypr/.config/hypr/hyprland.conf
@@ -69,7 +69,7 @@ general {
resize_on_border = false
allow_tearing = false
- layout = dwindle
+ layout = scrolling
}
dwindle {
@@ -114,7 +114,7 @@ animations {
animation = border, 1, 10, default
animation = borderangle, 1, 8, default
animation = fade, 1, 7, default
- animation = workspaces, 1, 6, default, slidefade
+ animation = workspaces, 1, 4, default, slidefadevert
}
master {
diff --git a/hypr/.config/hypr/hyprpaper.conf b/hypr/.config/hypr/hyprpaper.conf
index f4bff53..8059747 100644
--- a/hypr/.config/hypr/hyprpaper.conf
+++ b/hypr/.config/hypr/hyprpaper.conf
@@ -1,6 +1,6 @@
wallpaper {
monitor = eDP-1
- path = /home/bh/Pictures/Wallpapers/TealNebula.jpg
+ path = /home/bh/.config/hypr/media/TealNebula.png
fit_mode = cover
}
diff --git a/hypr/.config/hypr/media/TealNebula.png b/hypr/.config/hypr/media/TealNebula.png
new file mode 100644
index 0000000..ccdbd48
--- /dev/null
+++ b/hypr/.config/hypr/media/TealNebula.png
Binary files differ