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)