Replies: 3 comments 1 reply
-
| 
         
 Not feeling a lot for the grave key because that is often used for quick terminal access in different apps. How about giving  each binding an extra modifier—e.g.   | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         For some reason LBRACKET and RBRACKET don't work for me, GRAVE works though  | 
  
Beta Was this translation helpful? Give feedback.
-
| 
         This discussion is potentially superseded by the new smart screenshot combos in 3.1?  | 
  
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Guide: Remapping Omarchy Media Keys for MacBooks with
SUPERModifierHello everyone,
This guide is for users on MacBooks or other keyboards without a
PRINT(Print Screen) key. It explains how to remap Omarchy's essential media functions to an accessible key.This version incorporates the
SUPERkey (Command⌘on Mac), and ALT key (Option⌥) every command. This prevents you from accidentally triggering a screenshot and makes the shortcuts more consistent. We will cover two excellent key choices: the left bracket key ([) and the grave key ().If there is better key combination, please let me know.
Step 1: Open the Keybinding Configuration File
First, open the
bindings.conffile. The recommended method is using Omarchy's own menu.Method 1: Omarchy Unified Menu (Recommended)
SUPER + ALT + Spaceto open the Omarchy Unified Menu.Setupand pressEnter.Keybindingsand pressEnter.~/.config/hypr/bindings.confin your default text editor. Proceed to Step 2.Method 2: Using a Terminal Editor (Alternative)
If you prefer the terminal, open it and run one of the following commands:
nanousers:nano ~/.config/hypr/bindings.confnvim(orvim) users:nvim ~/.config/hypr/bindings.confStep 2: Choose Your New Key & Update the Configuration
Now that the file is open, choose ONE of the two solutions below. Copy the entire code block for your chosen solution and paste it at the end of your
bindings.conffile.Solution A: Using the Left Bracket
[Key (Recommended First Option)This option remaps media functions to the
[key (LBRACKET), prefixed withSUPER.Copy this entire block into your
bindings.conffile:Solution B: Using the
Grave(`) Key (Alternative Option)This option remaps media functions to the
grave() key, prefixed withSUPER`.Copy this entire block into your
bindings.conffile:Step 3: Save the File and Reload Hyprland
Save and close the
bindings.conffile.nano: PressCtrl+O,Enter, thenCtrl+X.nvim: PressEsc, type:wq, and pressEnter.Reload the Hyprland configuration for the changes to take effect. Open a terminal and run:
You can also use the default Omarchy shortcut:
SUPER + SHIFT + R.Summary of Your New Keybindings
Here is your new, conflict-free set of shortcuts:
[)`)SUPER + [SUPER + SHIFT + [SUPER + CTRL + [SUPER + ALT + [SUPER + CTRL + ALT + [SUPER + SHIFT + CSUPER + SHIFT + CThis setup ensures all your media commands are easily accessible and logically grouped on your keyboard.
Beta Was this translation helpful? Give feedback.
All reactions