You are not logged in.
Pages: 1
Wont save 768 x 1366 on reboot. Suggestions ?
Offline
Save your layout using arandr, and add the script path in the Openbox section in your autostart. If the script is yourlayout.sh it will be something like
case "$window_manager" in
openbox)
## The following applications will only be started in an openbox session.
## Add a new clause for your window manager, if different.
## Alias Super key to Super+Space for single-key menu.
## See 'man xcape' for other possibilities.
xcape -e 'Super_L=Super_L|space'
./.screenlayout/yourlayout.sh
## Set a wallpaper
nitrogen --restore
## Compton
## NOTE: composition must be started before tint2
bl-compositor --start
## Start the tint2 session (the default tint2 will run if no sessions have been set)
( sleep 2; bl-tint2-session ) &
## Start the Conky session (the default conkyrc will run if no sessions have been set)
bl-conky-session --autostart && pkill -x -HUP conky && bl-conky-session --autostart &
;;
# End of openbox application group.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Thanks. Not too bad. Maybe Qt or LXDE along Openbox would whip it ?
Offline
^ Don't know what that means
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Pages: 1