diff options
| author | tslil <tslil@posteo.de> | 2026-04-13 20:35:44 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-13 20:35:54 +0100 |
| commit | 8ef17e0185e07920ed9815c428981e605a08ee47 (patch) | |
| tree | e7c6f883a8cbff723c968ca330037c0689599e1a /toggle_layout.sh | |
| parent | fe1065e754bd6a86220c75f2e08508a81903f445 (diff) | |
machi_status toggle_layout.sh: more compact machi status, stupid hack to toggle layout
Diffstat (limited to 'toggle_layout.sh')
| -rwxr-xr-x | toggle_layout.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toggle_layout.sh b/toggle_layout.sh new file mode 100755 index 0000000..d1bd13b --- /dev/null +++ b/toggle_layout.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +FN=/home/tslil/.config/river/config.rh +cat $FN | sed 's/layout gallium/layout1 us/;s/layout us/layout1 gallium/' | sed 's/layout1/layout/' | sponge $FN |
