ソースを参照

~/.xinitrc: Disable screen power saving

The screen would tend to turn off while watching movies.
Lucas Stadler 10 年 前
コミット
a7a33e1150
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      .xinitrc

+ 2 - 0
.xinitrc

1
#!/bin/bash
1
#!/bin/bash
2
2
3
xsetroot -cursor_name left_ptr
3
xsetroot -cursor_name left_ptr
4
# Disable turning the screen off to save power
5
xset -dpms; xset s off
4
6
5
#feh -bg-scale /usr/share/themes/Adwaita/backgrounds/stripes.jpg
7
#feh -bg-scale /usr/share/themes/Adwaita/backgrounds/stripes.jpg
6
8