Compare commits

..

2 Commits

Author SHA1 Message Date
e0d7173f5f [hyprland] disable default wallpaper 2026-02-06 12:27:48 +01:00
706ebf89a4 [hyprland] Add hyprpaper conf 2026-02-05 08:47:03 +01:00
2 changed files with 10 additions and 13 deletions

View File

@@ -24,7 +24,6 @@
# See https://wiki.hypr.land/Configuring/Monitors/ # See https://wiki.hypr.land/Configuring/Monitors/
monitor=,preferred,auto,auto monitor=,preferred,auto,auto
################### ###################
### MY PROGRAMS ### ### MY PROGRAMS ###
################### ###################
@@ -44,6 +43,7 @@ $menu = pgrep -x wofi >/dev/null 2>&1 || wofi --gtk-dark --show drun
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this: # Or execute your favorite apps at launch like this:
exec-once = hyprpaper
exec-once = waybar --config ~/.config/waybar/config.hyprland exec-once = waybar --config ~/.config/waybar/config.hyprland
exec-once = foot --server exec-once = foot --server
exec-once = blueman-applet exec-once = blueman-applet
@@ -206,16 +206,6 @@ animations {
animation = zoomFactor, 1, 7, quick animation = zoomFactor, 1, 7, quick
} }
# Ref https://wiki.hypr.land/Configuring/Workspace-Rules/
# "Smart gaps" / "No gaps when only"
# uncomment all if you wish to use that.
# workspace = w[tv1], gapsout:0, gapsin:0
# workspace = f[1], gapsout:0, gapsin:0
# windowrule = bordersize 0, floating:0, onworkspace:w[tv1]
# windowrule = rounding 0, floating:0, onworkspace:w[tv1]
# windowrule = bordersize 0, floating:0, onworkspace:f[1]
# windowrule = rounding 0, floating:0, onworkspace:f[1]
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more # See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
dwindle { dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
@@ -235,8 +225,8 @@ master {
# https://wiki.hypr.land/Configuring/Variables/#misc # https://wiki.hypr.land/Configuring/Variables/#misc
misc { misc {
force_default_wallpaper = -1 # Set to 0 or 1 to disable the anime mascot wallpapers force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = false # If true disables the random hyprland logo / anime girl background. :( disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
} }

View File

@@ -0,0 +1,7 @@
splash = off
wallpaper {
monitor =
path = ~/nextcloud/perso/images/wallpapers/travelling-through-galaxies-scifi-27.jpg
fit_mode = cover
}