diff --git a/.config/hypr/keybindings.conf b/.config/hypr/keybindings.conf index 4c0d632..d5e1189 100644 --- a/.config/hypr/keybindings.conf +++ b/.config/hypr/keybindings.conf @@ -44,6 +44,8 @@ bind = $mainMod, G, exec, gajim # launch messanger bind = $mainMod, K, exec, keepassxc # launch password manager bindd = $mainMod, N, Neovim, exec, $term -e nvim bindd = $mainMod, R, $d pyradio, exec, kitty --session ~/.config/kitty/music.conf +bindd = $mainMod, I, $d c2, exec, kitty --session ~/.config/kitty/c2.conf +bindd = $mainMod, O, $d runners, exec, kitty --session ~/.config/kitty/runners.conf bindd = Ctrl+Shift, Escape, Btop, exec, kitty -e btop bindd = Ctrl+Alt, Delete, Btop, exec, kitty -e btop # bind = Ctrl+Shift, Escape, exec, $scrPath/sysmonlaunch.sh # launch system monitor (htop/btop or fallback to top) diff --git a/.config/kitty/c2.conf b/.config/kitty/c2.conf new file mode 100644 index 0000000..d9ab8d5 --- /dev/null +++ b/.config/kitty/c2.conf @@ -0,0 +1,17 @@ +# run with `kitty --session ~/.config/kitty/c2.conf` +layout tall + +# create a new tab +new_tab c2 + +cd ~/projects/wingman/c2/ +launch --var window=first nvim + +new_tab git + +cd ~/projects/wingman/c2/ +launch --var window=second lazygit + +# focus neovim +# focus first + diff --git a/.config/kitty/runners.conf b/.config/kitty/runners.conf new file mode 100644 index 0000000..6f7975c --- /dev/null +++ b/.config/kitty/runners.conf @@ -0,0 +1,20 @@ +# run with `kitty --session ~/.config/kitty/runners.conf` +layout stack + +# create a new tab +new_tab runners + +cd ~/projects/wingman/c2/ + +launch --var window=first pnpm dev + +launch --location=hsplit react-devtools +resize_window narrower 20 + +launch --location=hsplit lazydocker +resize_window wider 120 + +# new_tab simulator +# cd ~/wmclient +# launch --var window=first wmsimulator.sh +