booting into X under nemesis artix based

Arch based Porteus community project

Moderator: M. Eerie

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

booting into X under nemesis artix based

Post#1 by francois » 19 Nov 2017, 23:13

Booting into X environment in nemesis artix based, I would like to be able to start some applications, commands and scripts. Where would I put:
plank.desktop

Code: Select all

setxkbmap ca
and a dual diplay script:

Code: Select all

#!/bin/bash

xrandr --output LVDS1 --mode 1366x768 --output VGA1 --mode 1920x1080 --right-of LVDS1

exit 0
Thanks.
Prendre son temps, profiter de celui qui passe.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

booting into X under nemesis artix based

Post#2 by francois » 20 Nov 2017, 03:41

Found it:

Code: Select all

mkdir -p ~/.config/openbox
cp /etc/xdg/openbox/menu.xml /etc/xdg/openbox/rc.xml /etc/xdg/openbox/autostart ~/.config/openbox
:)
Prendre son temps, profiter de celui qui passe.

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

booting into X under nemesis artix based

Post#3 by francois » 26 Nov 2017, 03:29

However, it is another game in xfce and KDE.
Prendre son temps, profiter de celui qui passe.

Post Reply