From 4f5e00a2e3fc72662eb9759fe92b6097ffd570d9 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Mon, 12 Feb 2024 19:24:22 +0330 Subject: [PATCH] feat: zellij shortcut --- hyprland/.config/hypr/conf/keybindings/default.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hyprland/.config/hypr/conf/keybindings/default.conf b/hyprland/.config/hypr/conf/keybindings/default.conf index 1f48098..40f4ca1 100644 --- a/hyprland/.config/hypr/conf/keybindings/default.conf +++ b/hyprland/.config/hypr/conf/keybindings/default.conf @@ -3,11 +3,12 @@ bind = $mainMod, R, exec, $rofi_menu bind = $mainMod, O, exec, $rofi_screenshot bind = $mainMod, K, exec, $waybar_toggle bind = $mainMod, L, exec, $powermenu -bind = $mainMod, V, togglefloating, bind = $mainMod, Q, exec, $terminal +bind = $mainMod, W, exec, $terminal -e zellij +bind = $mainMod, E, exec, $fileManager +bind = $mainMod, V, togglefloating, bind = $mainMod, C, killactive, bind = $mainMod, M, exit, -bind = $mainMod, E, exec, $fileManager bind = $mainMod, P, pseudo, bind = $mainMod, J, togglesplit, bind = $mainMod, F, fullscreen, 1