mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
31 lines
587 B
Markdown
31 lines
587 B
Markdown
# How to control LeftWM from an external proccess
|
|
|
|
LeftWM supports being controlled using EWMH calls and from an external pipe
|
|
file.
|
|
|
|
This folder has example of how to send commands to LeftWM using its external pipe
|
|
file.
|
|
|
|
A full list of supported commands can be found here:
|
|
|
|
```
|
|
LoadTheme PATH_TO_THEME
|
|
UnloadTheme
|
|
Reload
|
|
SendWorkspaceToTag INDEX_OF_WORKSPACE, INDEX_OF_TAG
|
|
SendWindowToTag INDEX_OF_TAG
|
|
SwapScreens
|
|
MoveWindowToLastWorkspace
|
|
MoveWindowUp
|
|
MoveWindowDown
|
|
FocusWindowUp
|
|
FocusWindowDown
|
|
FocusWorkspaceNext
|
|
FocusWorkspacePrevious
|
|
CloseWindow
|
|
NextLayout
|
|
PreviousLayout
|
|
```
|
|
|
|
|