Upload New File
This commit is contained in:
parent
38e07eede6
commit
fb8cfcaf8d
57
arch-config/.config/openbox/autostart
Normal file
57
arch-config/.config/openbox/autostart
Normal file
@ -0,0 +1,57 @@
|
|||||||
|
#
|
||||||
|
# These things are run when an Openbox X Session is started.
|
||||||
|
# You may place a similar script in $HOME/.config/openbox/autostart
|
||||||
|
# to run user-specific things.
|
||||||
|
#
|
||||||
|
# You can set compton to use either xrender or glx
|
||||||
|
# Change if issues
|
||||||
|
picom -b --config ~/.config/picom.conf &
|
||||||
|
|
||||||
|
# start ArcoLinux Welcome App
|
||||||
|
#dex $HOME/.config/autostart/arcolinux-welcome-app.desktop
|
||||||
|
|
||||||
|
# Set background image
|
||||||
|
nitrogen --restore
|
||||||
|
|
||||||
|
tint2 &
|
||||||
|
#$HOME/.config/polybar/launch.sh &
|
||||||
|
|
||||||
|
#(am-conky-session --autostart) &
|
||||||
|
|
||||||
|
#bluetooth#
|
||||||
|
#(blueberry-tray) &
|
||||||
|
|
||||||
|
# install xcape - press super to get menu
|
||||||
|
xcape -e 'Super_L=Super_L|space'
|
||||||
|
|
||||||
|
#on laptops without seperate numeric keyboard put hashtag in front
|
||||||
|
numlockx &
|
||||||
|
|
||||||
|
## GNOME PolicyKit authentication
|
||||||
|
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
|
||||||
|
|
||||||
|
## Volume control for systray
|
||||||
|
(volumeicon) &
|
||||||
|
|
||||||
|
|
||||||
|
## Turn off/on System Beep
|
||||||
|
xset b off
|
||||||
|
|
||||||
|
## Enable power management
|
||||||
|
xfce4-power-manager &
|
||||||
|
|
||||||
|
##Clipboard Manager
|
||||||
|
(xfce4-clipman) &
|
||||||
|
|
||||||
|
## XFCE4 Settings
|
||||||
|
xfsettingsd &
|
||||||
|
|
||||||
|
(nm-applet) &
|
||||||
|
|
||||||
|
#(plank) &
|
||||||
|
|
||||||
|
#discord &
|
||||||
|
|
||||||
|
#insync start &
|
||||||
|
|
||||||
|
#dropbox &
|
Loading…
Reference in New Issue
Block a user