Doing silly things with window management

This commit is contained in:
2021-12-27 10:39:34 -05:00
parent 26f0098be6
commit 01cf73c62d
12 changed files with 781 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#!/usr/bin/env bash
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"
#set background
if [ -x "$(command -v feh)" ]; then
feh --bg-scale $SCRIPTPATH/down.jpg
fi
echo "UnloadTheme" > $XDG_RUNTIME_DIR/leftwm/commands.pipe
pkill compton
pkill picom
pkill polybar