add some windows scripts
This commit is contained in:
parent
f7c7be0c4f
commit
500803aafb
6
windows/komorebi.bat
Executable file
6
windows/komorebi.bat
Executable 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
2
windows/qkomorebi.bat
Executable 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
10
windows/x11.bat
Executable 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
|
Loading…
x
Reference in New Issue
Block a user