Skip to content

Commit

Permalink
Added shortcut for fancymenu where possible (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefonarch authored Oct 28, 2024
1 parent 8d2615e commit dad078f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configurations/lxqt-hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ bind = Alt, SPACE, exec, $menu
bind = , F12, exec, qterminal -d
bind = , XF86PowerOff, exec, lxqt-leave
bind = SUPER, L, exec, lxqt-leave --lockscreen
# Open fancy menu with meta key
bindr = SUPER, Super_L, exec, qdbus org.kde.StatusNotifierWatcher /global_key_shortcuts/panel/fancymenu/show_hide org.lxqt.global_key_shortcuts.client.activated

# Floating windows:
windowrule = float,^(?!lxqt-archiver)(lxqt-.*|pavu.*|.*copyq|sddm-conf|qarma|.*portal-lxqt)$
Expand Down
4 changes: 4 additions & 0 deletions configurations/lxqt-wayfire.ini
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@ command_lock = lxqt-leave --lockscreen
binding_logout = <super> KEY_ESC
command_logout = lxqt-leave --logout

# Open Fancy Applications Menu
binding_menu = <alt> KEY_F1
command_menu = qdbus org.kde.StatusNotifierWatcher /global_key_shortcuts/panel/fancymenu/show_hide org.lxqt.global_key_shortcuts.client.activated

# Screenshots
# https://wayland.emersion.fr/grim/
# https://wayland.emersion.fr/slurp/
Expand Down

0 comments on commit dad078f

Please sign in to comment.