Add screen blanking settings to bootstrap
This commit is contained in:
parent
5bffe42c9e
commit
0ca51b5433
4 changed files with 11 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo cp $HOME/.config/yadm/files/40-libinput.conf /usr/share/X11/xorg.conf.d/
|
sudo cp $HOME/.config/yadm/files/xorg/usr/40-libinput.conf /usr/share/X11/xorg.conf.d/
|
||||||
|
|
||||||
|
sudo cp $HOME/.config/yadm/files/xorg/etc/10-extensions.conf /etc/X11/xorg.conf.d/
|
||||||
|
sudo cp $HOME/.config/yadm/files/xorg/etc/10-serverflags.conf /etc/X11/xorg.conf.d/
|
||||||
|
|
3
.config/yadm/files/xorg/etc/10-extensions.conf
Normal file
3
.config/yadm/files/xorg/etc/10-extensions.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Section "Extensions"
|
||||||
|
Option "DPMS" "false"
|
||||||
|
EndSection
|
4
.config/yadm/files/xorg/etc/10-serverflags.conf
Normal file
4
.config/yadm/files/xorg/etc/10-serverflags.conf
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Section "ServerFlags"
|
||||||
|
Option "BlankTime" "0"
|
||||||
|
EndSection
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue