diff --git a/config/hypr/hyprland.conf b/config/hypr/hyprland.conf index 88f67fb..0964775 100644 --- a/config/hypr/hyprland.conf +++ b/config/hypr/hyprland.conf @@ -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,