You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
528 B
22 lines
528 B
#
|
|
# 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.
|
|
#
|
|
|
|
# If you want to use GNOME config tools...
|
|
#
|
|
#if test -x /usr/lib/x86_64-linux-gnu/gnome-settings-daemon >/dev/null; then
|
|
# /usr/lib/x86_64-linux-gnu/gnome-settings-daemon &
|
|
#elif which gnome-settings-daemon >/dev/null 2>&1; then
|
|
# gnome-settings-daemon &
|
|
#fi
|
|
|
|
# If you want to use XFCE config tools...
|
|
#
|
|
#xfce-mcs-manager &
|
|
xbindkeys
|
|
alacritty
|
|
dmenu
|
|
demnu_run
|