Page 1 of 1

booting into X under nemesis artix based

Posted: 19 Nov 2017, 23:13
by francois
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.

booting into X under nemesis artix based

Posted: 20 Nov 2017, 03:41
by francois
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
:)

booting into X under nemesis artix based

Posted: 26 Nov 2017, 03:29
by francois
However, it is another game in xfce and KDE.