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