Compare commits
2 commits
8e02d0c76f
...
0774630ed0
Author | SHA1 | Date | |
---|---|---|---|
|
0774630ed0 | ||
|
ee3162cc49 |
2 changed files with 3 additions and 1 deletions
|
@ -105,7 +105,8 @@ gestures {
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/#executing for more
|
||||||
device:epic-mouse-v1 {
|
device {
|
||||||
|
name = epic-mouse-v1
|
||||||
sensitivity = -0.5
|
sensitivity = -0.5
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,5 +14,6 @@ if [ -d "$WALLPAPER_DIRECTORY" ]; then
|
||||||
cat >"$HYPRPAPER_CNF" << EOF
|
cat >"$HYPRPAPER_CNF" << EOF
|
||||||
preload = $WALLPAPER_FILE
|
preload = $WALLPAPER_FILE
|
||||||
wallpaper = ,$WALLPAPER_FILE
|
wallpaper = ,$WALLPAPER_FILE
|
||||||
|
splash = false
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue