diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-24 20:20:08 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-24 20:20:08 +0530 |
commit | 24045012e69eb4d72b7a4344bca515e53412bba0 (patch) | |
tree | 5277c330f3b442bd8d09fad2e83b815038a24c6a /.scripts/secondmonitor.sh | |
parent | f300ba9a9302e70dcc72523639aecc1e04feec53 (diff) |
added playerctl keybindings
Diffstat (limited to '.scripts/secondmonitor.sh')
-rwxr-xr-x | .scripts/secondmonitor.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.scripts/secondmonitor.sh b/.scripts/secondmonitor.sh deleted file mode 100755 index cc379c0..0000000 --- a/.scripts/secondmonitor.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal --output eDP-1-1 --primary --mode 1920x1080 --pos 1920x0 --rotate normal |