chore: wallpaper daemon changed to mpvpaper
This commit is contained in:
parent
a5086a6666
commit
731cfd70f3
4 changed files with 4 additions and 19 deletions
|
@ -8,7 +8,7 @@ export WAYBAR_LAUNCHER="waybar -c $WAYBAR_DIR/config.jsonc -s $WAYBAR_DIR/style.
|
||||||
export WAYBAR_INOTIFY_EVENTS="-e close_write,move,create"
|
export WAYBAR_INOTIFY_EVENTS="-e close_write,move,create"
|
||||||
|
|
||||||
# wallpaper configs - swaybg, swww, mpvpaper :
|
# wallpaper configs - swaybg, swww, mpvpaper :
|
||||||
export WALLPAPER_DAEMON="swaybg"
|
export WALLPAPER_DAEMON="mpvpaper"
|
||||||
export WALLPAPERS_DIR="$HOME/Wallpapers"
|
export WALLPAPERS_DIR="$HOME/Wallpapers"
|
||||||
export LIVE_WALLPAPERS_DIR="$HOME/Wallpapers/Live"
|
export LIVE_WALLPAPERS_DIR="$HOME/Wallpapers/Live"
|
||||||
export SWWW_FPS=144
|
export SWWW_FPS=144
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
# -----------------------------------------------------
|
|
||||||
# Environment Variables
|
|
||||||
# name: "default"
|
|
||||||
# -----------------------------------------------------
|
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
|
||||||
env = QT_QPA_PLATFORM,wayland
|
|
|
@ -1,9 +0,0 @@
|
||||||
# -----------------------------------------------------
|
|
||||||
# Environment Variables
|
|
||||||
# name: "KVM"
|
|
||||||
# -----------------------------------------------------
|
|
||||||
|
|
||||||
env = XCURSOR_SIZE,24
|
|
||||||
env = QT_QPA_PLATFORM,wayland
|
|
||||||
env = WLR_NO_HARDWARE_CURSORS, 1
|
|
||||||
env = WLR_RENDERER_ALLOW_SOFTWARE, 1
|
|
|
@ -10,7 +10,9 @@
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Environments
|
# Environments
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
source = ~/.config/hypr/conf/environment.conf
|
env = XCURSOR_SIZE,24
|
||||||
|
env = QT_QPA_PLATFORM,wayland
|
||||||
|
$SCRIPT_PATH = ~/.config/hypr/scripts
|
||||||
|
|
||||||
$mainMod = SUPER
|
$mainMod = SUPER
|
||||||
$terminal = alacritty -o "window.opacity=0"
|
$terminal = alacritty -o "window.opacity=0"
|
||||||
|
@ -18,7 +20,6 @@ $fileManager = nemo
|
||||||
$bluetooth-manager = blueman-manager
|
$bluetooth-manager = blueman-manager
|
||||||
$pkg_manager = octoxbps
|
$pkg_manager = octoxbps
|
||||||
|
|
||||||
$SCRIPT_PATH = ~/.config/hypr/scripts
|
|
||||||
$screenshot = $SCRIPT_PATH/hyprshot.sh
|
$screenshot = $SCRIPT_PATH/hyprshot.sh
|
||||||
$pavucontrol = $SCRIPT_PATH/pavucontrol-launch.sh
|
$pavucontrol = $SCRIPT_PATH/pavucontrol-launch.sh
|
||||||
$nekoray = $SCRIPT_PATH/nekoray-launch.sh
|
$nekoray = $SCRIPT_PATH/nekoray-launch.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue