Add more keybinds and comments
This commit is contained in:
parent
d3c9a3e251
commit
7d44f986b2
@ -112,9 +112,12 @@ $mod = SUPER
|
|||||||
|
|
||||||
|
|
||||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||||
bind = CTRL_ALT, RETURN, exec, kitty
|
bind = CTRL_ALT, RETURN, exec, kitty # terminal
|
||||||
bind = CTRL_ALT, A, exec, wofi --show drun
|
bind = CTRL_ALT, A, exec, wofi --show drun # app launcher
|
||||||
bind = $mod, Q, killactive,
|
bind = CTRL_ALT, f, exec, firefox # browser
|
||||||
|
bind = CTRL_ALT, e, exec, emacs # editor
|
||||||
|
|
||||||
|
bind = $mod, Q, killactive, # close window
|
||||||
|
|
||||||
# logout
|
# logout
|
||||||
bind = ALT_$mod, L, exit,
|
bind = ALT_$mod, L, exit,
|
||||||
|
Reference in New Issue
Block a user