6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
f="$DOTFILES_PATH/.bspwm-state.json.tmp"
|
||
|
bspc wm -d > "$f"
|
||
|
chmod 600 "$f"
|