mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
* Add live weather * Just use jq * Add Weather app and make it click target * Simplify * Looks better * Nicer flow * Simplify * Move to using the notification instead of tooltip * No longer needed
72 lines
3.8 KiB
Plaintext
72 lines
3.8 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 CTRL, H, Hardware menu, exec, omarchy-menu hardware
|
|
bindd = SUPER ALT, SPACE, Omarchy menu, exec, omarchy-menu
|
|
bindd = SUPER SHIFT, code:201, 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, omarchy-hyprland-window-transparency-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
|
|
bindd = SUPER CTRL, Delete, Toggle laptop display, exec, omarchy-hyprland-monitor-internal toggle
|
|
bindd = SUPER CTRL ALT, Delete, Toggle laptop display mirroring, exec, omarchy-hyprland-monitor-internal-mirror toggle
|
|
bindl = , switch:on:Lid Switch, exec, omarchy-hw-external-monitors && omarchy-hyprland-monitor-internal off
|
|
bindl = , switch:off:Lid Switch, exec, omarchy-hyprland-monitor-internal on
|
|
|
|
# Captures
|
|
bindd = , PRINT, Screenshot, exec, omarchy-capture-screenshot
|
|
bindd = ALT, PRINT, Screenrecording, exec, omarchy-menu screenrecord
|
|
bindd = SUPER, PRINT, Color picker, exec, pkill hyprpicker || hyprpicker -a
|
|
bindd = SUPER CTRL, PRINT, Extract text (OCR) from screenshot, exec, omarchy-capture-text-extraction
|
|
|
|
# File sharing
|
|
bindd = SUPER CTRL, S, Share, exec, omarchy-menu share
|
|
|
|
# Transcoding
|
|
bindd = SUPER CTRL, R, Transcode, exec, omarchy-menu transcode
|
|
|
|
# Waybar-less information
|
|
bindd = SUPER CTRL ALT, T, Show time, exec, notify-send -u low " $(date +"%A %H:%M · %d %B %Y · Week %V")"
|
|
bindd = SUPER CTRL ALT, B, Show battery remaining, exec, notify-send -u low "$(omarchy-battery-status)"
|
|
bindd = SUPER CTRL ALT, W, Show weather, exec, notify-send -u low "$(omarchy-weather-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
|
|
|
|
bindd = , F9, Start dictation (push-to-talk), exec, voxtype record start
|
|
binddr = , F9, Stop dictation (push-to-talk), exec, voxtype record stop
|
|
|
|
# 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-system-lock
|