many changes

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2017-06-13 16:03:45 +03:00
parent 1903d512a8
commit e87742f705
7 changed files with 54 additions and 11 deletions

View File

@@ -48,7 +48,7 @@ bspc rule -a \* state=floating
# start some services
services=( sxhkd dunst )
services=( sxhkd dunst ssh-agent )
for s in "${services[@]}"; do
if ! service "$s" status; then
service "$s" start
@@ -59,7 +59,6 @@ done
service moltenbar restart
nullexec browser &
nullexec terminal &
nullexec telegram &
nullexec dropbox &