mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 16:26:10 +01:00
Made changes to autostart file
This commit is contained in:
@@ -3,11 +3,11 @@ xsetroot -cursor_name left_ptr &
|
|||||||
export GTK2_RC_FILES="$HOME/.gtkrc-2.0" &
|
export GTK2_RC_FILES="$HOME/.gtkrc-2.0" &
|
||||||
xrdb merge .Xresources &
|
xrdb merge .Xresources &
|
||||||
|
|
||||||
## Wallpaper.
|
## Wallpaper fallback
|
||||||
sh ~/.fehbg &
|
sh ~/.fehbg &
|
||||||
|
|
||||||
## Launch side notification tray
|
## Wallpaper changer
|
||||||
tint2 &
|
variety &
|
||||||
|
|
||||||
## Composition manager
|
## Composition manager
|
||||||
picom -b --experimental-backends --vsync &
|
picom -b --experimental-backends --vsync &
|
||||||
@@ -47,6 +47,11 @@ xss-lock -v -- betterlockscreen -l &
|
|||||||
###############################################################################################################################
|
###############################################################################################################################
|
||||||
## Autostart apps ##
|
## Autostart apps ##
|
||||||
###############################################################################################################################
|
###############################################################################################################################
|
||||||
|
sleep 2 &
|
||||||
|
|
||||||
|
|
||||||
|
## Launch side notification tray
|
||||||
|
tint2 &
|
||||||
|
|
||||||
## Screenshot daemon
|
## Screenshot daemon
|
||||||
flameshot &
|
flameshot &
|
||||||
@@ -61,6 +66,7 @@ telegram-desktop -startintray &
|
|||||||
caffeine >/dev/null 2>&1 &
|
caffeine >/dev/null 2>&1 &
|
||||||
|
|
||||||
## Ulauncher
|
## Ulauncher
|
||||||
|
sleep 3 &
|
||||||
ulauncher >/dev/null 2>&1 &
|
ulauncher >/dev/null 2>&1 &
|
||||||
|
|
||||||
###############################
|
###############################
|
||||||
|
|||||||
Reference in New Issue
Block a user