Minor improvments to init & ~/bin scripts, remove numlock from autostarts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user