diff options
author | zachir <zachir@librem.one> | 2024-02-08 22:00:43 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2024-02-08 22:00:43 -0600 |
commit | 61b8e52eaf9acee5645db38f7509d45b8c6da6cc (patch) | |
tree | 665f504e266780f7ef58727f03dff6dd3c27c210 | |
parent | e7c4699e953da5f9063cb63c4564592ffc85e80c (diff) |
cas: hypr: add keybind to fullscreen cool-retro-term
This adds a keybind to spawn cool-retro-term fullscreen, because why
not?
-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 80f795c..13f405d 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -298,6 +298,7 @@ bind = $mainMod $secdMod, P, exec, passmenu #{{{ Misc bindings bind = $mainMod, Return, exec, kitty bind = $mainMod $secdMod, F, exec, kitty -e lf +bind = $mainMod CONTROL, Return, exec, cool-retro-term --fullscreen bind = $mainMod, W, exec, t waybar bind = $mainMod, Q, exec, loginctl lock-session bind = $mainMod $secdMod CONTROL, Q, exec, systemctl suspend |