Skip to content

Instantly share code, notes, and snippets.

@fokusov
Forked from Doaxan/autostart
Created January 13, 2017 13:07
Show Gist options
  • Save fokusov/bc905f348778233e24570d01060751d7 to your computer and use it in GitHub Desktop.
Save fokusov/bc905f348778233e24570d01060751d7 to your computer and use it in GitHub Desktop.
##run_once is a script in /usr/bin that prevents running script if it is running already
##
## To enable pulseaufio, uncomment this and run sudo pacman -S pavucontrol pulseaudio-ctl manjaro-pulse
#pulseaudio --start &
#sleep 2s && volume 37 &
## Load appearance settings
xsetroot -cursor_name left_ptr &
#export GTK2_RC_FILES="$HOME/.gtkrc-2.0" &
#xrdb merge .Xresources &
xfsettingsd --sm-client-disable &
#/usr/libexec/gnome-settings-daemon &
## Wallpaper. Nitrogen just draws wallpaper,
## while xfdesktop can also give applications menu and icons on desktop.
## It uses a lot more resources however. It you enable it you may want to
## adjust ~/scripts/MouseLaunch to use xfdesktops app menu.
#nitrogen --restore &
#sh ~/.fehbg &
#rootmenu &
#xfdesktop -D &
## compositing. Required for shadows, transparency and stuff.
## Reduces flicker. Disabling saves resources.
compton -b &
## hides mouse when you are not using it. When mouse is hidden, rootmenu considers mouse on desktop, so actions can be triggered.
#run_once unclutter &
## Automount removable media
#devmon &
## powersaving options
xset s off &
xset s noblank &
xset s noexpose &
xset c on &
xset -dpms &
#xbacklight -set 15 &
## Panel. The default is lemonbar script. Xfce4-panel can be more
## easily configurable if you prefer that. Not installed by default
#run_once xfce4-panel -d
#lemonpanel &
## The sleep part is delay before panel is spawned. You can remove it if you have reasonable fast hard drive.
#limepanel &
#mylime &
## Light system tray to use with lemonbar. Disable if you dont need it.
## Edit ~/.stalonetrayrc if it is in wrong place.
#sleep 2s && stalonetray --dockapp-mode simple &
### Run screenlock when suspending
#i3lock-wait-for-suspend &
## multimonitor support. Save monitor configurations with "autorandr.sh --save <profile>"
#srandrd atorandr.sh --change
## Notify about package updates
#update-checker 7200 &
#####################################################################################################################
## MY Autostart apps
tint2 &
#/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
#/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
/usr/libexec/xfce-polkit &
setxkbmap -model pc105 -layout us,ru -variant , -option terminate:ctrl_alt_bksp -option grp:shift_caps_switch &
#pamac-tray &
xfce4-power-manager &
feh --randomize --bg-fill /usr/share/backgrounds/* &
wmname LG3D &
nm-applet --sm-disable &
#Enable bluetooth
#blueman-assistant &
#clipit &
xfce4-clipman &
synapse -s &
#redshift -l 56.51:50.67 &
redshift-gtk -l 56.51:50.67 -t 6500:3700 &
volctl &
sleep 2s && xfce4-volumed &
xxkb &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment