diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-27 11:03:25 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-27 11:03:25 +0530 |
commit | 6350d577b244efbd4499caa9d944701398772d06 (patch) | |
tree | ed69112096721051d4792c833313ee40c67bc5a2 /.config/openbox/autostart | |
parent | e9b7cdcd52dbc4a6e2fa46f60cee44b6752ab61a (diff) |
pushing new openbox config
Diffstat (limited to '.config/openbox/autostart')
-rwxr-xr-x | .config/openbox/autostart | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart new file mode 100755 index 0000000..4bc1506 --- /dev/null +++ b/.config/openbox/autostart @@ -0,0 +1,17 @@ +# +# 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/openbox/gnome-settings-daemon >/dev/null; then +# /usr/lib/openbox/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 & |