diff options
author | Aaditya Dhruv <[email protected]> | 2022-07-06 10:08:56 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-07-06 10:11:17 -0700 |
commit | 3f1c92532b21390373e5753422617b564c0ef929 (patch) | |
tree | dcb85f8671db60642dbbecc566ad4a1ac8b8b986 /.screenlayout | |
parent | 7a850689283acb71be6dca5c8a9fd232bb790bdb (diff) |
polybar, dunst and xrandr changes
Diffstat (limited to '.screenlayout')
-rwxr-xr-x | .screenlayout/work.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |