From fbd3318b6dfc3b6bb6641e22b810fe1cb297c313 Mon Sep 17 00:00:00 2001 From: t0xa Date: Tue, 21 Apr 2026 14:55:37 +0300 Subject: [PATCH] i3: Add alcritty binds --- i3/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/i3/config b/i3/config index 7b57e35..1aa9149 100644 --- a/i3/config +++ b/i3/config @@ -4,6 +4,7 @@ set $brave_browser_app brave-browser set $obsidian_app obsidian set $kitty_app ~/.local/kitty.app/bin/kitty set $telegram_app Telegram +set $alacritty_app Alacritty set $mod Mod4 @@ -125,6 +126,7 @@ bindsym Ctrl+Shift+b exec --no-startup-id sh -c 'i3-msg "[class=\"Brave-browser\ bindsym Ctrl+Shift+o exec --no-startup-id sh -c 'i3-msg "[class=\"obsidian\"] focus" || $obsidian_app' bindsym $mod+Return exec --no-startup-id sh -c 'i3-msg "[class=\"kitty\"] focus" || $kitty_app' bindsym Ctrl+Shift+t exec --no-startup-id sh -c 'i3-msg "[class=\"Telegram\"] focus" || $telegram_app' +bindsym Ctrl+Shift+g exec --no-startup-id sh -c 'i3-msg "[class=\"Alacritty\"] focus" || $alacritty_app' # resize window (you can also use the mouse for that)