Compare commits

...

2 commits

Author SHA1 Message Date
Rodolphe Bréard
0774630ed0 Remove the splash on the wallpaper 2024-03-19 20:24:58 +01:00
Rodolphe Bréard
ee3162cc49 Update hyprland config 2024-03-19 20:24:33 +01:00
2 changed files with 3 additions and 1 deletions

View file

@ -105,7 +105,8 @@ gestures {
# Example per-device config
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
device:epic-mouse-v1 {
device {
name = epic-mouse-v1
sensitivity = -0.5
}

View file

@ -14,5 +14,6 @@ if [ -d "$WALLPAPER_DIRECTORY" ]; then
cat >"$HYPRPAPER_CNF" << EOF
preload = $WALLPAPER_FILE
wallpaper = ,$WALLPAPER_FILE
splash = false
EOF
fi