diff options
author | Joe <rrbo@proton.me> | 2022-12-07 11:25:07 +0100 |
---|---|---|
committer | Joe <rrbo@proton.me> | 2022-12-07 11:25:07 +0100 |
commit | d7d32fbafef030c67c192c2f332395c091de46fe (patch) | |
tree | 5d2c8ecbbce1efc01154e3d050e4426e8babd005 /.config/x11/xinitrc | |
parent | update (diff) | |
download | dotfiles-bsd-d7d32fbafef030c67c192c2f332395c091de46fe.tar.gz dotfiles-bsd-d7d32fbafef030c67c192c2f332395c091de46fe.tar.bz2 dotfiles-bsd-d7d32fbafef030c67c192c2f332395c091de46fe.tar.xz dotfiles-bsd-d7d32fbafef030c67c192c2f332395c091de46fe.tar.zst dotfiles-bsd-d7d32fbafef030c67c192c2f332395c091de46fe.zip |
update
Diffstat (limited to '')
-rw-r--r-- | .config/x11/xinitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 460e680..aff1622 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -7,7 +7,7 @@ startif() { export LANG='en_US.UTF-8' pgrep musicpd >/dev/null || musicpd >/dev/null 2>&1 xrandr --output HDMI-1 --primary --mode 2560x1440 --pos 1920x347 --rotate normal --output eDP-1 --mode 1920x1080 --pos 0x1024 --rotate normal --output DP-1 --mode 1280x1024 --pos 640x0 --rotate normal --output DP-2 --mode 2560x1440 --pos 4480x347 --rotate normal -"$HOME"/.local/bin/setwp +"$HOME"/.local/bin/setwp /usr/home/jozan/pics/wp/44.jpg "$HOME"/.local/bin/kb xset s off xset -dpms |