diff --git a/windows/komorebi.bat b/windows/komorebi.bat new file mode 100755 index 0000000..9765e72 --- /dev/null +++ b/windows/komorebi.bat @@ -0,0 +1,6 @@ +komorebic stop +taskkill /IM whkd.exe /IM komorebi.exe /IM komorebi-bar.exe /IM masir.exe /F +powershell Start-Process C:\Users\OkeHargens\AppData\Local\FlowLauncher\Flow.Launcher.exe +powershell Start-Process masir -WindowStyle hidden +komorebic start --whkd --bar +komorebic toggle-window-container-behaviour diff --git a/windows/qkomorebi.bat b/windows/qkomorebi.bat new file mode 100755 index 0000000..d2bc233 --- /dev/null +++ b/windows/qkomorebi.bat @@ -0,0 +1,2 @@ +komorebic stop +taskkill /IM Flow.Launcher.exe /IM whkd.exe /IM komorebi.exe /IM komorebi-bar.exe /IM masir.exe /F diff --git a/windows/x11.bat b/windows/x11.bat new file mode 100755 index 0000000..9b3943e --- /dev/null +++ b/windows/x11.bat @@ -0,0 +1,10 @@ +@echo off + +call %userprofile%\qkomorebi.bat + +# -keyhook +START "" "C:\Program Files\VcXsrv\vcxsrv.exe" -multimonitors -wgl -nodecoration +xinerama -ac -clipboard -primary + +wsl --distribution Arch --user oke zsh -c "source ~/.zshrc; cd ~; i3" + +call %userprofile%\komorebi.bat