Remove programs.sh, update i3 config

This commit is contained in:
Riyyi
2020-08-28 15:08:41 +02:00
parent 7dcb01093f
commit 381c8ddc62
3 changed files with 24 additions and 20 deletions
-13
View File
@@ -1,13 +0,0 @@
#!/bin/sh
start() {
[ -z "$1" ] && return 1
[ -z "$(pidof -x "$(echo "$@" | cut -d ' ' -f 1)")" ] && $@ &
}
start firefox
start urxvt
# Thunar client doesnt get a new pid when running in daemon mode
[ "$(xdo id -a Thunar | wc -l)" -lt 3 ] && thunar &