If you enjoyed this video please subscribe to my channel by clicking here
##Links for obmenu-generator
#github page
#Debian Package
## My autostart file
compton -b -C &
## Set screen resolution
(sleep 4s && xrandr --output HDMI-1 --off --output DP-2 --mode 1680x1050 --pos 0x0 --rotate normal --output DP-1 --mode 1920x1080 --primary --pos 1680x0 --rotate normal) &
## Launch nitrogen before launching plank
(sleep 4s && nitrogen --restore && plank) &
## Launch tint2
(sleep 3s && tint2) &
## Launch volume control
mate-volume-control-status-icon &
## Launch nm-applet
nm-applet &
## Launch pamac system tray
pamac-tray &
##Set GB keyboard
setxkbmap -layout gb &
0 Comments