about summary refs log tree commit diff
path: root/dotfiles
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-04 00:44:17 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-04 00:44:17 +0200
commit1ddfc8cfc081af2e5de94cf8453aabb3aefe70a6 (patch)
treee0b41d0a30fa56903a6742b8544c82840de54a2f /dotfiles
parentLuna: Add btrfs autoscrub (diff)
downloadnixos-config-1ddfc8cfc081af2e5de94cf8453aabb3aefe70a6.tar.gz
nixos-config-1ddfc8cfc081af2e5de94cf8453aabb3aefe70a6.tar.bz2
nixos-config-1ddfc8cfc081af2e5de94cf8453aabb3aefe70a6.zip
Xorg: Disable dpms
Diffstat (limited to '')
-rw-r--r--dotfiles/.xinitrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc
index 44cbad2..c082747 100644
--- a/dotfiles/.xinitrc
+++ b/dotfiles/.xinitrc
@@ -53,6 +53,8 @@ xrandr --auto
 
 xsetroot -cursor_name left_ptr
 
+xset s off -dpms
+
 sxhkd &
 clipmenud &
 unclutter &