- 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
15 lines
174 B
Bash
Executable file
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 &
|