diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-28 13:01:19 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-05-28 13:01:19 +0530 |
commit | 56247f4b961372d73872ce6dfb1a7871037699c8 (patch) | |
tree | 23c1a69472dd64ddf0bd3575225ea1c349ce1e93 /.config/openbox/autostart | |
parent | 6350d577b244efbd4499caa9d944701398772d06 (diff) |
tweaked openbox config to make it more usable
Diffstat (limited to '.config/openbox/autostart')
-rwxr-xr-x | .config/openbox/autostart | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/.config/openbox/autostart b/.config/openbox/autostart index 4bc1506..a07dae8 100755 --- a/.config/openbox/autostart +++ b/.config/openbox/autostart @@ -1,17 +1,2 @@ -# -# 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 & +nitrogen --restore& +picom& |