From 3f1c92532b21390373e5753422617b564c0ef929 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Wed, 6 Jul 2022 10:08:56 -0700 Subject: polybar, dunst and xrandr changes --- .screenlayout/work.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.screenlayout/work.sh') diff --git a/.screenlayout/work.sh b/.screenlayout/work.sh index d4c4966..cab6376 100755 --- a/.screenlayout/work.sh +++ b/.screenlayout/work.sh @@ -1,2 +1,2 @@ #!/bin/sh -xrandr --output eDP-1 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --off +xrandr --output eDP-1 --primary --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --off --dpi 144 -- cgit