aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2024-05-24 19:10:08 +0900
committerGitHub <noreply@github.com>2024-05-24 19:10:08 +0900
commite0d747a2d34f3fe7f83befb0e36930d2a75de142 (patch)
tree1066ef105881f26ecfa8018e18943b182eff0a21
parent990dc0233d40e7b13e41855d3f40725792bea127 (diff)
parent680aff2bfaf2b8b855717caa2d3c5f31e533096a (diff)
Merge pull request #305 from JaKooLit/development
Development to Main Just last tweaking pre-release
-rw-r--r--config/hypr/UserConfigs/WindowRules.conf4
-rwxr-xr-xupgrade.sh8
2 files changed, 8 insertions, 4 deletions
diff --git a/config/hypr/UserConfigs/WindowRules.conf b/config/hypr/UserConfigs/WindowRules.conf
index 3193d26c..1e949eca 100644
--- a/config/hypr/UserConfigs/WindowRules.conf
+++ b/config/hypr/UserConfigs/WindowRules.conf
@@ -5,7 +5,7 @@
#windowrule = fullscreen,gamescope
#windowrule = workspace 6 silent,^(gamescope)$
-windowrule = center,^(pavucontrol)
+windowrule = center,^(pavucontrol|org.pulseaudio.pavucontrol)$
# windowrule v2 move to workspace
windowrulev2 = workspace 1, class:^([Tt]hunderbird)$
@@ -33,7 +33,7 @@ windowrulev2 = float, class:(org.gnome.Calculator), title:(Calculator)
windowrulev2 = float, class:(codium|codium-url-handler|VSCodium), title:(Add Folder to Workspace)
windowrulev2 = float, class:^([Rr]ofi)$
windowrulev2 = float, class:^(eog)$
-windowrulev2 = float, class:^(pavucontrol)$
+windowrulev2 = float, class:^(pavucontrol|org.pulseaudio.pavucontrol)$
windowrulev2 = float, class:^(nwg-look|qt5ct|qt6ct|mpv)$
windowrulev2 = float, class:^(nm-applet|nm-connection-editor|blueman-manager)$
windowrulev2 = float, class:^(gnome-system-monitor|org.gnome.SystemMonitor)$ # system monitor
diff --git a/upgrade.sh b/upgrade.sh
index 03467b27..b287c023 100755
--- a/upgrade.sh
+++ b/upgrade.sh
@@ -33,6 +33,11 @@ declare -A directories=(
["config/rofi/"]="$HOME/.config/rofi/"
["config/swaync/"]="$HOME/.config/swaync/"
["config/waybar/"]="$HOME/.config/waybar/"
+ ["config/cava/"]="$HOME/.config/cava/"
+ ["config/ags/"]="$HOME/.config/ags/"
+ ["config/fastfetch/"]="$HOME/.config/fastfetch/"
+ ["config/wallust/"]="$HOME/.config/wallust/"
+ ["config/wlogout/"]="$HOME/.config/wlogout/"
# Add more directories to compare as needed
)
@@ -40,8 +45,7 @@ declare -A directories=(
declare -A exclusions=(
["config/hypr/"]="--exclude=UserConfigs/ --exclude=UserScripts/"
["config/waybar/"]="--exclude=config --exclude=style.css"
- ["config/rofi/"]="--exclude=pywal-color/ --exclude=.current_wallpaper"
- ["config/waybar/"]="--exclude=config --exclude=style.css --exclude=modules"
+ ["config/rofi/"]="--exclude=.current_wallpaper"
# Add more exclusions as needed
)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage