Update 2.9
This commit is contained in:
parent
1e3a95c99a
commit
7c2c3cc12d
@ -1 +1 @@
|
|||||||
swww
|
hyprpaper
|
@ -1 +1 @@
|
|||||||
2.8.4
|
2.9BETA1
|
@ -1 +1 @@
|
|||||||
2840
|
2900
|
@ -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
|
Version 2.8.4
|
||||||
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.4
|
https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.4
|
||||||
--------------------------------------------------------
|
--------------------------------------------------------
|
||||||
|
BIN
apps/ML4W_Hyprland_Settings-x86_64.AppImage
Executable file
BIN
apps/ML4W_Hyprland_Settings-x86_64.AppImage
Executable file
Binary file not shown.
Binary file not shown.
@ -18,8 +18,19 @@ windowrulev2 = float,class:(ml4w-dotfiles-settings.py)
|
|||||||
windowrulev2 = size 400 500,class:(ml4w-dotfiles-settings.py)
|
windowrulev2 = size 400 500,class:(ml4w-dotfiles-settings.py)
|
||||||
windowrulev2 = move 10% 20%,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 = float,class:(dotfiles-floating)
|
||||||
windowrulev2 = size 1000 800,class:(dotfiles-floating)
|
windowrulev2 = size 1000 800,class:(dotfiles-floating)
|
||||||
windowrulev2 = center,class:(dotfiles-floating)
|
windowrulev2 = center,class:(dotfiles-floating)
|
||||||
|
|
||||||
env = APPIMAGELAUNCHER_DISABLE,1
|
env = APPIMAGELAUNCHER_DISABLE,1
|
||||||
|
|
||||||
|
exec-once = ~/dotfiles/hypr/scripts/ml4w-welcome-autostart.sh
|
||||||
|
exec-once = ~/.config/ml4w-hyprland-settings/hyprctl.sh
|
@ -58,7 +58,7 @@ source = ~/dotfiles/hypr/conf/animation.conf
|
|||||||
source = ~/dotfiles/hypr/conf/custom.conf
|
source = ~/dotfiles/hypr/conf/custom.conf
|
||||||
|
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
# Custom
|
# ML4W Configuration
|
||||||
# -----------------------------------------------------
|
# -----------------------------------------------------
|
||||||
source = ~/dotfiles/hypr/conf/ml4w.conf
|
source = ~/dotfiles/hypr/conf/ml4w.conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user