about summary refs log tree commit diff
path: root/dotfiles
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-08-04 00:44:17 +0200
committerBaitinq <[email protected]>2022-08-04 00:44:17 +0200
commit49b6e744deed32adbc8be7c9d45913535810996b (patch)
tree88dbfd4f417abd0d810aba63e8c934f9e20a0e8d /dotfiles
parentLuna: Add btrfs autoscrub (diff)
downloadnixos-config-49b6e744deed32adbc8be7c9d45913535810996b.tar.gz
nixos-config-49b6e744deed32adbc8be7c9d45913535810996b.tar.bz2
nixos-config-49b6e744deed32adbc8be7c9d45913535810996b.zip
Xorg: Disable dpms
Diffstat (limited to 'dotfiles')
-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 &