dotfiles/.config/qtile/script/autostart.sh
ziro 7ee29cbad5 + Xresources rework
- Removed tiling layout icon (re-adding later)
+ Qtile autostart, and keys rework
+ Firefox to $BROWSER (Set in .config/zsh/.zshenv)
- Uninstalled XFCE4 (Uninstalling GNOME later)
+ Edited Xprofile
+ Added more Environment Variable and Aliases
? Screenshot delayed 1sec for compton/picom's fading
2020-05-16 14:33:19 +07:00

15 lines
174 B
Bash
Executable file

#!/bin/sh
function run {
if ! pgrep $1 ;
then
$@&
fi
}
#feh --bg-scale ~/my Files/wallpaper.jpg &
nitrogen --restore &
picom &
conky &
#pidgin &
#dropbox start &