mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
Some users may choose to disable notification timeout for normal-level notifications to ensure no notifications are missed when the user is away from the screen. However, there are several Omarchy notifications that only serve as an immediate feedback for a user action, such as "Screensaver enabled" or "Editing config file foo.conf", for which disabling the timeout is not desirable. This commit drops the urgency level for such notification to low, allowing configuring a different timeout value for them. Notifications with an explicitly set timeout are excluded from this commit.
63 lines
3.2 KiB
Plaintext
63 lines
3.2 KiB
Plaintext
# Menus
|
|
bindd = SUPER, SPACE, Launch apps, exec, omarchy-launch-walker
|
|
bindd = SUPER CTRL, E, Emoji picker, exec, omarchy-launch-walker -m symbols
|
|
bindd = SUPER CTRL, C, Capture menu, exec, omarchy-menu capture
|
|
bindd = SUPER CTRL, O, Toggle menu, exec, omarchy-menu toggle
|
|
bindd = SUPER ALT, SPACE, Omarchy menu, exec, omarchy-menu
|
|
bindd = SUPER, ESCAPE, System menu, exec, omarchy-menu system
|
|
bindld = , XF86PowerOff, Power menu, exec, omarchy-menu system
|
|
bindd = SUPER, K, Show key bindings, exec, omarchy-menu-keybindings
|
|
bindd = , XF86Calculator, Calculator, exec, gnome-calculator
|
|
|
|
# Aesthetics
|
|
bindd = SUPER SHIFT, SPACE, Toggle top bar, exec, omarchy-toggle-waybar
|
|
bindd = SUPER CTRL, SPACE, Theme background menu, exec, omarchy-menu background
|
|
bindd = SUPER SHIFT CTRL, SPACE, Theme menu, exec, omarchy-menu theme
|
|
bindd = SUPER, BACKSPACE, Toggle window transparency, exec, hyprctl dispatch setprop "address:$(hyprctl activewindow -j | jq -r '.address')" opaque toggle
|
|
bindd = SUPER SHIFT, BACKSPACE, Toggle window gaps, exec, omarchy-hyprland-window-gaps-toggle
|
|
bindd = SUPER CTRL, BACKSPACE, Toggle single-window square aspect, exec, omarchy-hyprland-window-single-square-aspect-toggle
|
|
|
|
# Notifications
|
|
bindd = SUPER, COMMA, Dismiss last notification, exec, makoctl dismiss
|
|
bindd = SUPER SHIFT, COMMA, Dismiss all notifications, exec, makoctl dismiss --all
|
|
bindd = SUPER CTRL, COMMA, Toggle silencing notifications, exec, omarchy-toggle-notification-silencing
|
|
bindd = SUPER ALT, COMMA, Invoke last notification, exec, makoctl invoke
|
|
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
|
|
|
|
# Control Apple Display brightness
|
|
bindd = CTRL, F1, Apple Display brightness down, exec, omarchy-brightness-display-apple -5000
|
|
bindd = CTRL, F2, Apple Display brightness up, exec, omarchy-brightness-display-apple +5000
|
|
bindd = SHIFT CTRL, F2, Apple Display full brightness, exec, omarchy-brightness-display-apple +60000
|
|
|
|
# Captures
|
|
bindd = , PRINT, Screenshot, exec, omarchy-cmd-screenshot
|
|
bindd = ALT, PRINT, Screenrecording, exec, omarchy-menu screenrecord
|
|
bindd = SUPER, PRINT, Color picker, exec, pkill hyprpicker || hyprpicker -a
|
|
|
|
# File sharing
|
|
bindd = SUPER CTRL, S, Share, exec, omarchy-menu share
|
|
|
|
# Waybar-less information
|
|
bindd = SUPER CTRL ALT, T, Show time, exec, notify-send -u low " $(date +"%A %H:%M — %d %B W%V %Y")"
|
|
bindd = SUPER CTRL ALT, B, Show battery remaining, exec, notify-send -u low "$(omarchy-battery-status)"
|
|
|
|
# Control panels
|
|
bindd = SUPER CTRL, A, Audio controls, exec, omarchy-launch-audio
|
|
bindd = SUPER CTRL, B, Bluetooth controls, exec, omarchy-launch-bluetooth
|
|
bindd = SUPER CTRL, W, Wifi controls, exec, omarchy-launch-wifi
|
|
bindd = SUPER CTRL, T, Activity, exec, omarchy-launch-tui btop
|
|
|
|
# Dictation
|
|
bindd = SUPER CTRL, X, Toggle dictation, exec, voxtype record toggle
|
|
|
|
# Zoom
|
|
bindd = SUPER CTRL, Z, Zoom in, exec, hyprctl keyword cursor:zoom_factor $(hyprctl getoption cursor:zoom_factor -j | jq '.float + 1')
|
|
bindd = SUPER CTRL ALT, Z, Reset zoom, exec, hyprctl keyword cursor:zoom_factor 1
|
|
|
|
# Lock system
|
|
bindd = SUPER CTRL, L, Lock system, exec, omarchy-lock-screen
|