Add more keybinds and comments

This commit is contained in:
RealStickman 2023-04-18 17:55:02 +02:00
parent d3c9a3e251
commit 7d44f986b2

View File

@ -112,9 +112,12 @@ $mod = SUPER
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
bind = CTRL_ALT, RETURN, exec, kitty
bind = CTRL_ALT, A, exec, wofi --show drun
bind = $mod, Q, killactive,
bind = CTRL_ALT, RETURN, exec, kitty # terminal
bind = CTRL_ALT, A, exec, wofi --show drun # app launcher
bind = CTRL_ALT, f, exec, firefox # browser
bind = CTRL_ALT, e, exec, emacs # editor
bind = $mod, Q, killactive, # close window
# logout
bind = ALT_$mod, L, exit,