diff options
| author | Baitinq <[email protected]> | 2022-08-04 00:44:17 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-08-04 00:44:17 +0200 |
| commit | 49b6e744deed32adbc8be7c9d45913535810996b (patch) | |
| tree | 88dbfd4f417abd0d810aba63e8c934f9e20a0e8d | |
| parent | Luna: Add btrfs autoscrub (diff) | |
| download | nixos-config-49b6e744deed32adbc8be7c9d45913535810996b.tar.gz nixos-config-49b6e744deed32adbc8be7c9d45913535810996b.tar.bz2 nixos-config-49b6e744deed32adbc8be7c9d45913535810996b.zip | |
Xorg: Disable dpms
| -rw-r--r-- | dotfiles/.xinitrc | 2 |
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 & |