From 12a81d6c9bef762ebf9fd7268d068f985dfe5d39 Mon Sep 17 00:00:00 2001 From: Shubham Saini Date: Mon, 7 Jun 2021 10:02:34 +0530 Subject: some new func --- bin/.bin/disp | 1 - 1 file changed, 1 deletion(-) (limited to 'bin') diff --git a/bin/.bin/disp b/bin/.bin/disp index 1ebbd8d..618f93f 100755 --- a/bin/.bin/disp +++ b/bin/.bin/disp @@ -2,7 +2,6 @@ status=$(cat /sys/class/drm/card0/*HDMI*/status) if [ $status == "connected" ]; then - # xrandr --output eDP-1 --mode 1920x1080 --pos 0x1076 --rotate normal --output HDMI-1 --primary --mode 1366x768 --scale 1.4x1.4 --pos 0x0 --rotate normal --output DP-1 --off xrandr --output eDP-1 --mode 1920x1080 --pos 0x768 --scale 1 --output HDMI-1 --primary --mode 1366x768 --pos 318x0 --scale 1 bspc wm -r else -- cgit v1.2.3