mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 03:50:24 +10:00
Adding leftwm with xmobar.
This commit is contained in:
30
.config/leftwm/themes/controlling_leftwm/README.md
Normal file
30
.config/leftwm/themes/controlling_leftwm/README.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user