diff --git a/applications/hidden/limine-snapper-restore.desktop b/applications/hidden/limine-snapper-restore.desktop new file mode 100644 index 00000000..e1e3e173 --- /dev/null +++ b/applications/hidden/limine-snapper-restore.desktop @@ -0,0 +1,2 @@ +[Desktop Entry] +Hidden=true diff --git a/applications/hidden/wiremix.desktop b/applications/hidden/wiremix.desktop new file mode 100644 index 00000000..e1e3e173 --- /dev/null +++ b/applications/hidden/wiremix.desktop @@ -0,0 +1,2 @@ +[Desktop Entry] +Hidden=true diff --git a/config/ghostty/config b/config/ghostty/config index af2c995c..d53f5c32 100644 --- a/config/ghostty/config +++ b/config/ghostty/config @@ -23,8 +23,6 @@ cursor-style-blink = false shell-integration-features = no-cursor,ssh-env # Keyboard bindings -keybind = ctrl+shift+page_up=unbind -keybind = ctrl+shift+page_down=unbind keybind = shift+insert=paste_from_clipboard keybind = control+insert=copy_to_clipboard keybind = super+control+shift+alt+arrow_down=resize_split:down,100 diff --git a/migrations/1751225707.sh b/migrations/1751225707.sh deleted file mode 100644 index 16387778..00000000 --- a/migrations/1751225707.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "Fixing persistent workspaces in waybar config" - -if [[ -f ~/.config/waybar/config ]]; then - sed -i 's/"persistent_workspaces":/"persistent-workspaces":/' ~/.config/waybar/config - omarchy-restart-waybar -fi diff --git a/migrations/1752153188.sh b/migrations/1752153188.sh deleted file mode 100644 index ec4beea5..00000000 --- a/migrations/1752153188.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "Migrate to the modular implementation of hyprlock" - -if [ -L ~/.config/hypr/hyprlock.conf ]; then - rm ~/.config/hypr/hyprlock.conf - cp ~/.local/share/omarchy/config/hypr/hyprlock.conf ~/.config/hypr/hyprlock.conf -fi diff --git a/migrations/1752251002.sh b/migrations/1752251002.sh deleted file mode 100644 index cea7a613..00000000 --- a/migrations/1752251002.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "Migrate to the modular, variable-based implementation of waybar style.css" - -if [ -L ~/.config/waybar/style.css ]; then - rm ~/.config/waybar/style.css - cp ~/.local/share/omarchy/config/waybar/style.css ~/.config/waybar/style.css -fi diff --git a/migrations/1752365998.sh b/migrations/1752365998.sh deleted file mode 100644 index 5b759f62..00000000 --- a/migrations/1752365998.sh +++ /dev/null @@ -1,10 +0,0 @@ -echo "Add override to only require one network interface to be online" - -if [[ ! -f /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf ]]; then - sudo mkdir -p /etc/systemd/system/systemd-networkd-wait-online.service.d - sudo tee /etc/systemd/system/systemd-networkd-wait-online.service.d/wait-for-only-one-interface.conf >/dev/null < "$VS_CODE_SETTINGS" - elif ! grep -q '"update.mode"' "$VS_CODE_SETTINGS"; then - # Insert "update.mode": "none", immediately after the first "{" - # Use sed's first-match range (0,/{/) to only replace the first "{ - sed -i --follow-symlinks -E '0,/\{/{s/\{/{\ - "update.mode": "none",/}' "$VS_CODE_SETTINGS" - fi -fi diff --git a/migrations/1770728860.sh b/migrations/1770728860.sh deleted file mode 100644 index 85f19f46..00000000 --- a/migrations/1770728860.sh +++ /dev/null @@ -1,5 +0,0 @@ -echo "Unbind ctrl+shift+page_up/page_down in Ghostty so it doesn't interfere with tmux keybindings" - -if [[ -f ~/.config/ghostty/config ]] && ! grep -q "keybind = ctrl+shift+page_up=" ~/.config/ghostty/config; then - sed -i '/# Keyboard bindings/a\keybind = ctrl+shift+page_up=unbind\nkeybind = ctrl+shift+page_down=unbind' ~/.config/ghostty/config -fi diff --git a/migrations/1771599447.sh b/migrations/1771599447.sh deleted file mode 100644 index dd183cf9..00000000 --- a/migrations/1771599447.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Delay after sleep for PAM readiness before turning on display" - -sed -i 's/after_sleep_cmd = hyprctl dispatch dpms on/after_sleep_cmd = sleep 1 \&\& hyprctl dispatch dpms on/' ~/.config/hypr/hypridle.conf diff --git a/migrations/1771602477.sh b/migrations/1771602477.sh old mode 100755 new mode 100644 diff --git a/migrations/1771602647.sh b/migrations/1771602647.sh old mode 100755 new mode 100644 diff --git a/migrations/1771606080.sh b/migrations/1771606080.sh old mode 100755 new mode 100644 diff --git a/migrations/1771615907.sh b/migrations/1771615907.sh old mode 100755 new mode 100644 diff --git a/migrations/1771622309 b/migrations/1771622309.sh similarity index 100% rename from migrations/1771622309 rename to migrations/1771622309.sh diff --git a/migrations/1771651931.sh b/migrations/1771651931.sh new file mode 100644 index 00000000..2baba8fe --- /dev/null +++ b/migrations/1771651931.sh @@ -0,0 +1,4 @@ +echo "Hide wiremix and limine-snapper-restore from app launcher" + +cp $OMARCHY_PATH/applications/hidden/wiremix.desktop ~/.local/share/applications/ +cp $OMARCHY_PATH/applications/hidden/limine-snapper-restore.desktop ~/.local/share/applications/