From cdd9cadd6a1f6e6b1165a86aa254a0c9a517c09c Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 2 Jun 2019 19:09:28 +0200 Subject: [PATCH] Fix some resolutions bugs and update packages Signed-off-by: Severin Kaderli --- packages/packages.aur.list | 1 + packages/packages.native.list | 3 ++- system/.local/bin/resolution | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/packages.aur.list b/packages/packages.aur.list index 7101139..87e8246 100644 --- a/packages/packages.aur.list +++ b/packages/packages.aur.list @@ -36,6 +36,7 @@ polybar protontricks python-gspread-git rpcs3-git +shellcheck-static slack-desktop-dark streamlink-git sxiv-git diff --git a/packages/packages.native.list b/packages/packages.native.list index f8a6ae4..8d9b4e7 100644 --- a/packages/packages.native.list +++ b/packages/packages.native.list @@ -1,3 +1,4 @@ +acpid adobe-source-code-pro-fonts adobe-source-sans-pro-fonts alacritty @@ -168,6 +169,7 @@ python-pyusb python-reportlab python2-notify python2-numpy +python2-service-identity qt-gstreamer qt5-gamepad qt5-graphicaleffects @@ -187,7 +189,6 @@ s-nail sd sed shadow -shellcheck-static simple-scan slock sqlitebrowser diff --git a/system/.local/bin/resolution b/system/.local/bin/resolution index 5d388ab..4d79654 100755 --- a/system/.local/bin/resolution +++ b/system/.local/bin/resolution @@ -16,8 +16,6 @@ xrandr --listproviders | grep -q "modesetting" && xrandr --setprovideroutputsource 1 0 xrandr --dpi 96 -xrandr --addmode HDMI1 1280x1024 -xrandr --addmode HDMI-1-1 1280x1024 xrandr --output HDMI1 --mode 1280x1024 --pos 0x56 --rotate normal xrandr --output HDMI-1-1 --mode 1280x1024 --pos 0x56 --rotate normal xrandr --output eDP1 --primary --mode 1920x1080 --pos 1280x0 --rotate normal