Minor improvments to init & ~/bin scripts, remove numlock from autostarts

This commit is contained in:
natemaia
2017-12-26 15:03:54 -08:00
parent 88ecac0da3
commit 92ada44d97
8 changed files with 39 additions and 21 deletions

View File

@ -2,7 +2,7 @@
# small script to kill polybar if it is running
# if it isnt running then start it the default session
if [[ $(pidof polybar) ]]; then
if [[ "$(pidof polybar)" ]]; then
pkill polybar
else
al-polybar-session