diff --git a/.settings/wallpaper-engine.sh b/.settings/wallpaper-engine.sh index 16f3d37..b6923b6 100644 --- a/.settings/wallpaper-engine.sh +++ b/.settings/wallpaper-engine.sh @@ -1 +1 @@ -swww \ No newline at end of file +hyprpaper \ No newline at end of file diff --git a/.version/name b/.version/name index 0409c16..c16743b 100644 --- a/.version/name +++ b/.version/name @@ -1 +1 @@ -2.8.4 \ No newline at end of file +2.9BETA1 \ No newline at end of file diff --git a/.version/version b/.version/version index 7f9ce49..7b34ebb 100644 --- a/.version/version +++ b/.version/version @@ -1 +1 @@ -2840 \ No newline at end of file +2900 \ No newline at end of file diff --git a/CHANGELOG b/CHANGELOG index 3c15f35..4ada501 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 2.9 +https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.9 +-------------------------------------------------------- +- New Hyprland Settings App. Can be launched from the App Launcher or the ML4W Welcome App + Version 2.8.4 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.4 -------------------------------------------------------- diff --git a/apps/ML4W_Hyprland_Settings-x86_64.AppImage b/apps/ML4W_Hyprland_Settings-x86_64.AppImage new file mode 100755 index 0000000..1d81b4a Binary files /dev/null and b/apps/ML4W_Hyprland_Settings-x86_64.AppImage differ diff --git a/apps/ML4W_Welcome-x86_64.AppImage b/apps/ML4W_Welcome-x86_64.AppImage index cd45671..cd7b696 100755 Binary files a/apps/ML4W_Welcome-x86_64.AppImage and b/apps/ML4W_Welcome-x86_64.AppImage differ diff --git a/hypr/conf/ml4w.conf b/hypr/conf/ml4w.conf index 9219d27..6618c59 100644 --- a/hypr/conf/ml4w.conf +++ b/hypr/conf/ml4w.conf @@ -18,8 +18,19 @@ windowrulev2 = float,class:(ml4w-dotfiles-settings.py) windowrulev2 = size 400 500,class:(ml4w-dotfiles-settings.py) windowrulev2 = move 10% 20%,class:(ml4w-dotfiles-settings.py) +windowrulev2 = float,class:(com.ml4w.hyprlandsettings) +windowrulev2 = size 700 600,class:(com.ml4w.hyprlandsettings) +windowrulev2 = move 10% 20%,class:(com.ml4w.hyprlandsettings) + +windowrulev2 = float,class:(ml4w-hyprland-settings.py) +windowrulev2 = size 700 600,class:(ml4w-hyprland-settings.py) +windowrulev2 = move 10% 20%,class:(ml4w-hyprland-settings.py) + windowrulev2 = float,class:(dotfiles-floating) windowrulev2 = size 1000 800,class:(dotfiles-floating) windowrulev2 = center,class:(dotfiles-floating) -env = APPIMAGELAUNCHER_DISABLE,1 \ No newline at end of file +env = APPIMAGELAUNCHER_DISABLE,1 + +exec-once = ~/dotfiles/hypr/scripts/ml4w-welcome-autostart.sh +exec-once = ~/.config/ml4w-hyprland-settings/hyprctl.sh \ No newline at end of file diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 0b2cdbb..b0d198c 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -58,7 +58,7 @@ source = ~/dotfiles/hypr/conf/animation.conf source = ~/dotfiles/hypr/conf/custom.conf # ----------------------------------------------------- -# Custom +# ML4W Configuration # ----------------------------------------------------- source = ~/dotfiles/hypr/conf/ml4w.conf