diff options
author | zachir <zachir@librem.one> | 2024-02-01 20:56:31 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-01 20:56:31 -0600 |
commit | 0b9faf1ae24bad0f99b66f2f4b960606b6876e1c (patch) | |
tree | 253b48d10e0cadfbe67631bd4e228fe9d27506e9 /hypr | |
parent | 9079d217f297d24a436a5bbf061ebd54704f3933 (diff) |
cla: hypr: add keybinding to start with darling sh
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6b48115..661ab21 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -313,6 +313,7 @@ bind = $mainMod $secdMod, P, exec, passmenu #{{{ Misc bindings bind = $mainMod, Return, exec, kitty +bind = $mainMod Control, Return, exec, kitty -e darling shell bind = $mainMod $secdMod, F, exec, kitty -e lfrun bind = $mainMod, W, exec, t waybar bind = $mainMod, Q, exec, loginctl lock-session |