diff --git a/configs/hyprland/environments/env.sh b/configs/hyprland/environments/env.sh index 8e98e7d..90b4847 100755 --- a/configs/hyprland/environments/env.sh +++ b/configs/hyprland/environments/env.sh @@ -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" # wallpaper configs - swaybg, swww, mpvpaper : -export WALLPAPER_DAEMON="swaybg" +export WALLPAPER_DAEMON="mpvpaper" export WALLPAPERS_DIR="$HOME/Wallpapers" export LIVE_WALLPAPERS_DIR="$HOME/Wallpapers/Live" export SWWW_FPS=144 diff --git a/configs/hyprland/hypr/conf/environments/default.conf b/configs/hyprland/hypr/conf/environments/default.conf deleted file mode 100644 index d36c500..0000000 --- a/configs/hyprland/hypr/conf/environments/default.conf +++ /dev/null @@ -1,7 +0,0 @@ -# ----------------------------------------------------- -# Environment Variables -# name: "default" -# ----------------------------------------------------- - -env = XCURSOR_SIZE,24 -env = QT_QPA_PLATFORM,wayland \ No newline at end of file diff --git a/configs/hyprland/hypr/conf/environments/kvm.conf b/configs/hyprland/hypr/conf/environments/kvm.conf deleted file mode 100644 index 5233867..0000000 --- a/configs/hyprland/hypr/conf/environments/kvm.conf +++ /dev/null @@ -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 diff --git a/configs/hyprland/hypr/hyprland.conf b/configs/hyprland/hypr/hyprland.conf index 407aae1..25d86dc 100644 --- a/configs/hyprland/hypr/hyprland.conf +++ b/configs/hyprland/hypr/hyprland.conf @@ -10,7 +10,9 @@ # ----------------------------------------------------- # Environments # ----------------------------------------------------- -source = ~/.config/hypr/conf/environment.conf +env = XCURSOR_SIZE,24 +env = QT_QPA_PLATFORM,wayland +$SCRIPT_PATH = ~/.config/hypr/scripts $mainMod = SUPER $terminal = alacritty -o "window.opacity=0" @@ -18,7 +20,6 @@ $fileManager = nemo $bluetooth-manager = blueman-manager $pkg_manager = octoxbps -$SCRIPT_PATH = ~/.config/hypr/scripts $screenshot = $SCRIPT_PATH/hyprshot.sh $pavucontrol = $SCRIPT_PATH/pavucontrol-launch.sh $nekoray = $SCRIPT_PATH/nekoray-launch.sh