diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2021-11-15 07:45:06 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 07:45:06 +0530 |
commit | 5e9097857d3d68d31ad6ad822fce41e212c99c47 (patch) | |
tree | db9d1f33a1c488db1af0512bf4f139b4e3deed0f /scripts | |
parent | f4b6657143c852bcd4d320c6d637ddc7d8439573 (diff) |
Update setbg
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/setbg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/setbg b/scripts/setbg index a821637..07e540f 100644 --- a/scripts/setbg +++ b/scripts/setbg @@ -9,6 +9,6 @@ wal -n -i $wall >/dev/null #sed -i $HOME/.cache/wal/colors-wol-dwm.h #echo "Recompiling dwm w new colors..." echo "dwm reading Xresources color values at runtime" -xdottool key super+F5 +xdotool key super+F5 #(cd $HOME/.local/src/dwm && sudo make clean install>/dev/null) echo "^_^ Enjoy your new look!!!" |