feat: add load_config_file

This commit is contained in:
werapi 2026-06-30 22:10:05 +02:00
parent b15f7a0e72
commit a70d377bdc
5 changed files with 16 additions and 5 deletions

View file

@ -167,6 +167,7 @@ bindr=Super,Super_L,spawn,rofi -show run
| `spawn_shell` | `cmd` | Execute shell command (supports pipes `\|`). |
| `spawn_on_empty` | `cmd,tagnumber` | Open command on empty tag. |
| `reload_config` | - | Hot-reload configuration. |
| `load_config_file` | `file path` | Load configuration from the specified file. Empty path resets to default config location. |
| `quit` | - | Exit mangowm. |
| `toggleoverview` | - | Toggle overview mode. |
| `togglejump` | - | Toggle overview with jump mode. |