Compare commits

..

No commits in common. "0774630ed0741ebf12eae24a7cf3201c38152340" and "8e02d0c76f461e8293f25c8bf729f5089776abe9" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -105,8 +105,7 @@ 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 { device:epic-mouse-v1 {
name = epic-mouse-v1
sensitivity = -0.5 sensitivity = -0.5
} }

View file

@ -14,6 +14,5 @@ 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