From 7d44f986b273795c964649330931f3ae601f6cae Mon Sep 17 00:00:00 2001 From: RealStickman Date: Tue, 18 Apr 2023 17:55:02 +0200 Subject: [PATCH] Add more keybinds and comments --- config/hypr/hyprland.conf | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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,