* Waybar positioning and shape * Reveal weather again on left/right * Fix indicators moving bar left/right * Clean it up * Cleanup * One step forward, one step backwards * Fix styles * More style massage * More tweaks * Just position for now * Fix keys * No longer needed * No need to reset * Simplify * Reset but protect waybar configs * Not needed * Fix glyph * Not needed * Cleanup * Better wording Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
81 lines
4.4 KiB
Plaintext
81 lines
4.4 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 SHIFT CTRL, UP, Move Waybar to top, exec, omarchy-style-waybar-position top
|
|
bindd = SUPER SHIFT CTRL, DOWN, Move Waybar to bottom, exec, omarchy-style-waybar-position bottom
|
|
bindd = SUPER SHIFT CTRL, LEFT, Move Waybar to left, exec, omarchy-style-waybar-position left
|
|
bindd = SUPER SHIFT CTRL, RIGHT, Move Waybar to right, exec, omarchy-style-waybar-position right
|
|
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, PERIOD, Transcode, exec, omarchy-transcode
|
|
|
|
# Reminders
|
|
bindd = SUPER CTRL, R, Set reminder, exec, omarchy-menu reminder-set
|
|
bindd = SUPER CTRL ALT, R, Show reminders, exec, omarchy-reminder show
|
|
bindd = SUPER SHIFT CTRL, R, Clear reminders, exec, omarchy-reminder clear
|
|
|
|
# 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
|