mirror of
https://github.com/vale981/bspwm
synced 2025-03-06 02:01:42 -05:00
6 lines
165 B
Bash
Executable file
6 lines
165 B
Bash
Executable file
#! /bin/sh
|
|
|
|
if [ -e "$BSPWM_TREE" ] ; then
|
|
bspc restore -T "$BSPWM_TREE" -H "$BSPWM_HISTORY" -S "$BSPWM_STACK"
|
|
rm "$BSPWM_TREE" "$BSPWM_HISTORY" "$BSPWM_STACK"
|
|
fi
|