Modify to ctrl + alt for programs
This commit is contained in:
parent
0e6e697ffb
commit
b86fd00805
@ -110,17 +110,18 @@ gestures {
|
|||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
$mod = SUPER
|
$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_$mod, Return, exec, kitty
|
bind = CTRL_ALT, RETURN, exec, kitty
|
||||||
bind = CTRL_$mod, A, exec, wofi --show drun
|
bind = CTRL_ALT, A, exec, wofi --show drun
|
||||||
bind = $mod, Q, killactive,
|
bind = $mod, Q, killactive,
|
||||||
|
|
||||||
#try again
|
# logout
|
||||||
bind = ALT_$mod, L, exit,
|
bind = ALT_$mod, L, exit,
|
||||||
|
|
||||||
#bind = $mod, Q, exec, kitty
|
#bind = $mod, Q, exec, kitty
|
||||||
#bind = $mod, C, killactive,
|
#bind = $mod, C, killactive,
|
||||||
bind = $mod, M, exit,
|
#bind = $mod, M, exit,
|
||||||
#bind = $mod, E, exec, dolphin
|
#bind = $mod, E, exec, dolphin
|
||||||
#bind = $mod, V, togglefloating,
|
#bind = $mod, V, togglefloating,
|
||||||
#bind = $mod, R, exec, wofi --show drun
|
#bind = $mod, R, exec, wofi --show drun
|
||||||
|
Loading…
Reference in New Issue
Block a user