add some windows scripts

This commit is contained in:
Oke Hargens 2025-01-28 16:54:53 +01:00
parent f7c7be0c4f
commit 500803aafb
3 changed files with 18 additions and 0 deletions

6
windows/komorebi.bat Executable file
View File

@ -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

2
windows/qkomorebi.bat Executable file
View File

@ -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

10
windows/x11.bat Executable file
View File

@ -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