summaryrefslogtreecommitdiff
path: root/skel/.config/qtile/scripts/autostart.sh
blob: 4cf5b6c94db88cd306cf70dc6ce031ef6451e4b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

function run {
  if ! pgrep $1 ;
  then
    $@&
  fi
}


dunst &

#starting utility applications at boot time
picom --vsync &
/usr/libexec/polkit-gnome-autentication-agent-1 &
#/usr/lib/xfce4/notifyd/xfce4-notifyd &
~/.fehbg &