You are not logged in.

#1 2015-08-11 22:34:39

filipbekic01
Member
Registered: 2015-08-10
Posts: 41

[SOLVED] How to make permanent changes to XORG settings?

Okay so, whenever i startup system i have to adjust my mouse with:

xinput set-prop 10 266 1.5

and whenever i want to connect to my WiFi (even after reboot) i have to execute:

ip link set dev wlp8s0 up
wpa_supplicant -B -D wext -i wlp8s0 -c /etc/wpa_supplicant.conf
dhcpcd wlp8s0

and so on... Can you guys help me to figure out how to automatise all these steps? So let's say, i want my linux to execute a few lines of code for me after system finish loading. How am i supposed to do that?

Last edited by filipbekic01 (2015-08-11 22:46:20)

Offline

#2 2015-08-11 22:36:39

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Offline

#3 2015-08-11 22:45:42

filipbekic01
Member
Registered: 2015-08-10
Posts: 41

Re: [SOLVED] How to make permanent changes to XORG settings?

Offline

Board footer

Powered by FluxBB