diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-06-07 04:32:34 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-06-07 04:32:34 +0000 |
commit | 12a81d6c9bef762ebf9fd7268d068f985dfe5d39 (patch) | |
tree | 0ab31d8ea0281a3387dfae2ec5ee82952fbb6ab2 /bin/.bin | |
parent | 0fe81c62a67e9088d3f4d3e9e534be6b94b5beb4 (diff) |
some new func
Diffstat (limited to 'bin/.bin')
-rwxr-xr-x | bin/.bin/disp | 1 |
1 files changed, 0 insertions, 1 deletions
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 @@ | |||
2 | 2 | ||
3 | status=$(cat /sys/class/drm/card0/*HDMI*/status) | 3 | status=$(cat /sys/class/drm/card0/*HDMI*/status) |
4 | if [ $status == "connected" ]; then | 4 | if [ $status == "connected" ]; then |
5 | # 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 | ||
6 | xrandr --output eDP-1 --mode 1920x1080 --pos 0x768 --scale 1 --output HDMI-1 --primary --mode 1366x768 --pos 318x0 --scale 1 | 5 | xrandr --output eDP-1 --mode 1920x1080 --pos 0x768 --scale 1 --output HDMI-1 --primary --mode 1366x768 --pos 318x0 --scale 1 |
7 | bspc wm -r | 6 | bspc wm -r |
8 | else | 7 | else |