From 29c3355e3f2b84ce1b42b875e0abf912f86df0bd Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 21 Feb 2026 10:24:49 +0100 Subject: [PATCH 1/3] Group hyprland toggles correctly --- ...onitor-scaling => omarchy-hyprland-monitor-scaling-toggle} | 0 ...ct => omarchy-hyprland-window-single-square-aspect-toggle} | 0 default/hypr/bindings/utilities.conf | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename bin/{omarchy-toggle-monitor-scaling => omarchy-hyprland-monitor-scaling-toggle} (100%) rename bin/{omarchy-toggle-single-window-square-aspect => omarchy-hyprland-window-single-square-aspect-toggle} (100%) diff --git a/bin/omarchy-toggle-monitor-scaling b/bin/omarchy-hyprland-monitor-scaling-toggle similarity index 100% rename from bin/omarchy-toggle-monitor-scaling rename to bin/omarchy-hyprland-monitor-scaling-toggle diff --git a/bin/omarchy-toggle-single-window-square-aspect b/bin/omarchy-hyprland-window-single-square-aspect-toggle similarity index 100% rename from bin/omarchy-toggle-single-window-square-aspect rename to bin/omarchy-hyprland-window-single-square-aspect-toggle diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index 0efb6321..6cd1e21d 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -25,8 +25,8 @@ bindd = SUPER SHIFT ALT, COMMA, Restore last notification, exec, makoctl restore # Toggles bindd = SUPER CTRL, I, Toggle locking on idle, exec, omarchy-toggle-idle bindd = SUPER CTRL, N, Toggle nightlight, exec, omarchy-toggle-nightlight -bindd = SUPER CTRL, Backspace, Toggle monitor scaling, exec, omarchy-toggle-monitor-scaling -bindd = SUPER CTRL ALT, Backspace, Toggle single-window square aspect, exec, omarchy-toggle-single-window-square-aspect +bindd = SUPER CTRL, Backspace, Toggle monitor scaling, exec, omarchy-hyprland-monitor-scaling-toggle +bindd = SUPER CTRL ALT, Backspace, Toggle single-window square aspect, exec, omarchy-hyprland-window-single-square-aspect-toggle # Control Apple Display brightness bindd = CTRL, F1, Apple Display brightness down, exec, omarchy-brightness-display-apple -5000 From 497a755927791535628b53072f2e98e35a304b54 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 21 Feb 2026 10:27:19 +0100 Subject: [PATCH 2/3] Clearer to use the same name --- bin/omarchy-menu | 2 +- bin/{omarchy-remove-all => omarchy-remove-preinstalls} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename bin/{omarchy-remove-all => omarchy-remove-preinstalls} (100%) diff --git a/bin/omarchy-menu b/bin/omarchy-menu index f211768c..7dac2416 100755 --- a/bin/omarchy-menu +++ b/bin/omarchy-menu @@ -438,7 +438,7 @@ show_remove_menu() { *Web*) present_terminal omarchy-webapp-remove ;; *TUI*) present_terminal omarchy-tui-remove ;; *Development*) show_remove_development_menu ;; - *Preinstalls*) present_terminal omarchy-remove-all ;; + *Preinstalls*) present_terminal omarchy-remove-preinstalls ;; *Dictation*) present_terminal omarchy-voxtype-remove ;; *Theme*) present_terminal omarchy-theme-remove ;; *Windows*) present_terminal "omarchy-windows-vm remove" ;; diff --git a/bin/omarchy-remove-all b/bin/omarchy-remove-preinstalls similarity index 100% rename from bin/omarchy-remove-all rename to bin/omarchy-remove-preinstalls From b5dbb23c9ff76f5dcb80226299442e1fb23b66b3 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 21 Feb 2026 10:34:52 +0100 Subject: [PATCH 3/3] Hide fcitx5 tray icon from waybar --- config/fcitx5/addon/notificationitem.conf | 1 + migrations/1771666449.sh | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 config/fcitx5/addon/notificationitem.conf create mode 100644 migrations/1771666449.sh diff --git a/config/fcitx5/addon/notificationitem.conf b/config/fcitx5/addon/notificationitem.conf new file mode 100644 index 00000000..15ea8477 --- /dev/null +++ b/config/fcitx5/addon/notificationitem.conf @@ -0,0 +1 @@ +Enabled=False diff --git a/migrations/1771666449.sh b/migrations/1771666449.sh new file mode 100644 index 00000000..51f0b1e8 --- /dev/null +++ b/migrations/1771666449.sh @@ -0,0 +1,4 @@ +echo "Hide fcitx5 tray icon from waybar" + +mkdir -p ~/.config/fcitx5/addon +cp $OMARCHY_PATH/config/fcitx5/addon/notificationitem.conf ~/.config/fcitx5/addon/