diff --git a/config/hypr/bindings.conf b/config/hypr/bindings.conf index 40ac5c68..cb114aba 100644 --- a/config/hypr/bindings.conf +++ b/config/hypr/bindings.conf @@ -17,7 +17,7 @@ bindd = SUPER, SLASH, Passwords, exec, uwsm-app -- 1password # If your web app url contains #, type it as ## to prevent hyprland from treating it as a comment bindd = SUPER, A, ChatGPT, exec, omarchy-launch-webapp "https://chatgpt.com" bindd = SUPER SHIFT, A, Grok, exec, omarchy-launch-webapp "https://grok.com" -bindd = SUPER, C, Calendar, exec, omarchy-launch-webapp "https://app.hey.com/calendar/weeks/" +bindd = SUPER SHIFT, C, Calendar, exec, omarchy-launch-webapp "https://app.hey.com/calendar/weeks/" bindd = SUPER, E, Email, exec, omarchy-launch-webapp "https://app.hey.com" bindd = SUPER, Y, YouTube, exec, omarchy-launch-or-focus-webapp YouTube "https://youtube.com/" bindd = SUPER SHIFT, G, WhatsApp, exec, omarchy-launch-or-focus-webapp WhatsApp "https://web.whatsapp.com/" diff --git a/default/hypr/bindings/tiling.conf b/default/hypr/bindings/tiling.conf index ea9c36a7..efbc1c73 100644 --- a/default/hypr/bindings/tiling.conf +++ b/default/hypr/bindings/tiling.conf @@ -5,7 +5,7 @@ bindd = CTRL ALT, DELETE, Close all Windows, exec, omarchy-cmd-close-all-windows # Control tiling bindd = SUPER, J, Toggle split, togglesplit, # dwindle bindd = SUPER, P, Pseudo window, pseudo, # dwindle -bindd = SUPER, V, Toggle floating, togglefloating, +bindd = SUPER SHIFT, V, Toggle floating, togglefloating, bindd = SHIFT, F11, Force full screen, fullscreen, 0 bindd = ALT, F11, Full width, fullscreen, 1 diff --git a/default/hypr/bindings/utilities.conf b/default/hypr/bindings/utilities.conf index c8b3efdb..19eccfd6 100644 --- a/default/hypr/bindings/utilities.conf +++ b/default/hypr/bindings/utilities.conf @@ -45,3 +45,7 @@ bindd = SUPER, PRINT, Color picker, exec, pkill hyprpicker || hyprpicker -a # File sharing bindd = CTRL SUPER, S, Share, exec, omarchy-menu share + +# Copy / Paste +bind = SUPER, C, sendshortcut, CTRL, Insert, +bind = SUPER, V, sendshortcut, SHIFT, Insert, diff --git a/migrations/1759946485.sh b/migrations/1759946485.sh new file mode 100644 index 00000000..fda6e73e --- /dev/null +++ b/migrations/1759946485.sh @@ -0,0 +1,2 @@ +echo "Move calendar to SUPER + SHIFT + C" +sed -i 's/bindd = SUPER, C, Calendar, exec, omarchy-launch-webapp "https:\/\/app\.hey\.com\/calendar\/weeks\/"/bindd = SUPER SHIFT, C, Calendar, exec, omarchy-launch-webapp "https:\/\/app.hey.com\/calendar\/weeks\/"/' ~/.config/hypr/*.conf