[Sync] cleanup
This commit is contained in:
@@ -114,8 +114,8 @@ bindd = Control Alt, T, $d terminal emulator , exec, $TERMINAL
|
||||
# bindd = Control Shift, Alt, T, $d terminal emulator , exec, tilix # launch tilix terminal emulator - using for ssh
|
||||
bindd = $mainMod Control, T, $d terminal emulator, exec, tilix # launch tilix terminal emulator
|
||||
# bindd = $mainMod, R, $d pyradio, exec, $TERMINAL pyradio #radio
|
||||
bindd = $mainMod, I, $d wingman, exec, kitty --session ~/.config/kitty/c2.conf
|
||||
bindd = $mainMod, O, $d wingman, exec, kitty --session ~/.config/kitty/runners.conf
|
||||
bindd = $mainMod, I, $d work, exec, kitty --session ~/.config/kitty/c2.conf
|
||||
bindd = $mainMod, O, $d work, exec, kitty --session ~/.config/kitty/runners.conf
|
||||
bindd = $mainMod, R, $d pyradio, exec, kitty --session ~/.config/kitty/music.conf
|
||||
bindd = $mainMod, E, $d file explorer , exec, $EXPLORER
|
||||
bindd = $mainMod, C, $d neovim, exec, $TERMINAL nvim #editor
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
# run with `kitty --session ~/.config/kitty/c2.conf`
|
||||
|
||||
# create a new tab
|
||||
new_tab c2
|
||||
|
||||
cd ~/projects/wingman/wm-clients/c2/c2-main/
|
||||
launch --var window=first nvim
|
||||
# open the session focused on nvim
|
||||
focus
|
||||
|
||||
new_tab git
|
||||
|
||||
cd ~/projects/wingman/wm-clients/c2/c2-main/
|
||||
launch --var window=second lazygit
|
||||
@@ -1,25 +0,0 @@
|
||||
# run with `kitty --session ~/.config/kitty/runners.conf`
|
||||
|
||||
##### TAB Logs #####
|
||||
new_tab logs
|
||||
layout splits
|
||||
|
||||
cd ~/projects/wingman/wm-clients/c2/c2-main/
|
||||
|
||||
# --hold keeps the window open if the process crashes
|
||||
launch --var window=first --hold pnpm dev
|
||||
|
||||
launch --location=hsplit lazydocker
|
||||
# resize_window wider 120
|
||||
|
||||
|
||||
##### TAB Runners #####
|
||||
new_tab runners
|
||||
layout splits
|
||||
|
||||
launch --var window=first react-devtools
|
||||
|
||||
cd ~/software/wmclient/
|
||||
|
||||
launch --location=hsplit --hold ./wmsimulator.sh
|
||||
resize_window taller 120
|
||||
Reference in New Issue
Block a user