Minor improvments to init & ~/bin scripts, remove numlock from autostarts
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
if [ "$(pidof compton)" ]; then
|
||||
if [[ "$(pidof compton)" ]]; then
|
||||
al-compositor --restart
|
||||
else
|
||||
al-compositor --start
|
||||
|
Reference in New Issue
Block a user