From 135a3c24268e6a603ac643173e45c370dcc4a523 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 4 Jun 2025 08:32:53 +0200 Subject: [PATCH] hyprland: add ubuntu's terminal keybind --- .config/hypr/hyprland/keybinds.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/hypr/hyprland/keybinds.conf b/.config/hypr/hyprland/keybinds.conf index 63ebbcd8c..dd751d078 100644 --- a/.config/hypr/hyprland/keybinds.conf +++ b/.config/hypr/hyprland/keybinds.conf @@ -200,6 +200,7 @@ bindl= ,XF86AudioPause, exec, playerctl play-pause # [hidden] bind = Super, T, exec, # [hidden] bind = Super, Return, exec, kitty -1 # Kitty (terminal) bind = Super, T, exec, kitty -1 # [hidden] Kitty (terminal) (alt) +bind = Ctrl+Alt, T, exec, kitty -1 # [hidden] Kitty (for Ubuntu people) bind = Super+Alt, F, exec, foot # [hidden] Foot (terminal) bind = Super, E, exec, dolphin --new-window # Dolphin (file manager) bind = Ctrl+Super, W, exec, firefox # Firefox (browser)