From: Sergey Matveev Date: Thu, 13 Jun 2024 18:18:42 +0000 (+0300) Subject: No problems now with DPMS on HiDPI X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=b00eea646148108588fd5a1e34711e13cb4d8c2b;p=dotfiles.git No problems now with DPMS on HiDPI --- diff --git a/x/.xinitrc b/x/.xinitrc index 589f287..8d56962 100755 --- a/x/.xinitrc +++ b/x/.xinitrc @@ -1,16 +1,13 @@ #!/bin/zsh xsetroot -solid \#222222 -if [[ -e /tmp/stargrave-flags/HI ]] ; then - xset s off b off -dpms - xset m 4 1 -fi setxkbmap -rules xorg -layout us,ru -option grp:caps_toggle,grp_led:caps xrdb ~/.Xresources xmodmap ~/.Xmodmap ~/work/godwmstat/godwmstat -xsetroot & rm -f ~/.ssh/agent ; ssh-agent -a $SSH_AUTH_SOCK if [[ -e /tmp/stargrave-flags/HI ]] ; then + xset m 4 1 ( sleep 30 ; xsetroot -xcf /usr/local/share/icons/Adwaita/cursors/left_ptr 42 ) & fi exec ~/src/suckless/dwm/dwm