Skip to content

Commit

Permalink
feat(hypr): add binding to open System Monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitestack committed Jul 15, 2024
1 parent c1da5c6 commit 1536097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ bindd = SUPER ALT, Print, Start Screen Recording, exec, ags -b hypr -r 'recorder
bindd = SUPER, Backslash, Open Terminal, exec, wezterm start -- tmux
bindd = SUPER, E, Open File Manager, exec, nautilus --new-window
bindd = SUPER, W, Open Browser, exec, firefox-developer-edition
bindd = CTRL SHIFT, Escape, Open System Monitor, exec, gnome-system-monitor

# ── Audio ─────────────────────────────────────────────────────────────
binddle = , XF86AudioLowerVolume, Decrease Volume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ -l 1 2%-
Expand Down
1 change: 1 addition & 0 deletions scripts/update_bindings.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def parse_bindings(hyprland_config_path, variables, ahk_config_path):
{"mods": ["SUPER"], "key": "Print"},
{"mods": ["SUPER", "ALT"], "key": "Print"},
{"mods": ["SUPER"], "key": "E"},
{"mods": ["CTRL", "SHIFT"], "key": "Escape"},
{"mods": [], "key": "XF86AudioLowerVolume"},
{"mods": [], "key": "XF86AudioRaiseVolume"},
{"mods": [], "key": "XF86AudioMute"},
Expand Down

0 comments on commit 1536097

Please sign in to comment.