Compare commits

...
11 Commits
Author SHA1 Message Date
David Heinemeier Hansson 8350b84eee This has been swapped 2025-11-09 07:17:38 +01:00
Ryan Hughes d9acd35ef4 Version bump 2025-11-09 00:54:44 -05:00
Ryan HughesandGitHub 044e826bb7 Merge pull request #3258 from sk4rrjin/patch-1
Update pip.conf, fix Invalid rule/parameter errors after hyprland update
2025-11-09 00:43:25 -05:00
karrandGitHub 57e726f0c5 Update pip.conf, fix Invalid rule/parameter errors after hyprland update
Updated hyprland throws Invalid rule / Invalid parameter on the pip windowrule
2025-11-08 23:37:30 +01:00
Ryan HughesandGitHub 15b5ee92d7 Merge pull request #3234 from basecamp/hotfix-limine-conf-location
Hotfix limine.conf order sourcing causing boot errors
2025-11-07 15:50:55 -05:00
Ryan Hughes f6aa97350e Update to prevent error 2025-11-07 15:48:45 -05:00
David Heinemeier Hansson 5192c9b687 Ensure successful ending of migration 2025-11-07 21:35:41 +01:00
Ryan Hughes e263b5d00a Only run for Limine installs 2025-11-07 15:09:34 -05:00
Ryan Hughes 26821c9b34 Cleanup on install 2025-11-07 15:04:23 -05:00
Ryan Hughes 7cd5661f89 Bump version 2025-11-07 14:57:19 -05:00
Ryan Hughes 6cdf4a3790 Remove any alternative limine.conf files 2025-11-07 14:46:29 -05:00
5 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Picture-in-picture overlays
windowrule = tag +pip, title:(Picture.{0,1}in.{0,1}[Pp]icture)
windowrule = tag +pip, title:(Picture.?in.?[Pp]icture)
windowrule = float, tag:pip
windowrule = pin, tag:pip
windowrule = size 600 338, tag:pip
+5
View File
@@ -78,6 +78,11 @@ term_background_bright: 24283b
EOF
# Remove the original config file if it's not /boot/limine.conf
if [[ "$limine_config" != "/boot/limine.conf" ]] && [[ -f "$limine_config" ]]; then
sudo rm "$limine_config"
fi
# Match Snapper configs if not installing from the ISO
if [[ -z ${OMARCHY_CHROOT_INSTALL:-} ]]; then
+1 -1
View File
@@ -45,7 +45,7 @@ gvfs-nfs
gvfs-smb
hypridle
hyprland
hyprland-qtutils
hyprland-guiutils
hyprlock
hyprpicker
hyprsunset
+12
View File
@@ -0,0 +1,12 @@
echo "Remove alternative limine.conf files"
if omarchy-cmd-present limine; then
if [ ! -f /boot/limine.conf ]; then
echo "Error: /boot/limine.conf does not exist. Do not reboot without resolving this issue!"
exit 1
fi
sudo rm -f /boot/EFI/limine/limine.conf
sudo rm -f /boot/EFI/BOOT/limine.conf
sudo rm -f /boot/limine/limine.conf
fi
+1 -1
View File
@@ -1 +1 @@
3.1.5
3.1.7