Fix some resolutions bugs and update packages
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
16d2b9a96b
commit
cdd9cadd6a
3 changed files with 3 additions and 3 deletions
|
@ -36,6 +36,7 @@ polybar
|
||||||
protontricks
|
protontricks
|
||||||
python-gspread-git
|
python-gspread-git
|
||||||
rpcs3-git
|
rpcs3-git
|
||||||
|
shellcheck-static
|
||||||
slack-desktop-dark
|
slack-desktop-dark
|
||||||
streamlink-git
|
streamlink-git
|
||||||
sxiv-git
|
sxiv-git
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
acpid
|
||||||
adobe-source-code-pro-fonts
|
adobe-source-code-pro-fonts
|
||||||
adobe-source-sans-pro-fonts
|
adobe-source-sans-pro-fonts
|
||||||
alacritty
|
alacritty
|
||||||
|
@ -168,6 +169,7 @@ python-pyusb
|
||||||
python-reportlab
|
python-reportlab
|
||||||
python2-notify
|
python2-notify
|
||||||
python2-numpy
|
python2-numpy
|
||||||
|
python2-service-identity
|
||||||
qt-gstreamer
|
qt-gstreamer
|
||||||
qt5-gamepad
|
qt5-gamepad
|
||||||
qt5-graphicaleffects
|
qt5-graphicaleffects
|
||||||
|
@ -187,7 +189,6 @@ s-nail
|
||||||
sd
|
sd
|
||||||
sed
|
sed
|
||||||
shadow
|
shadow
|
||||||
shellcheck-static
|
|
||||||
simple-scan
|
simple-scan
|
||||||
slock
|
slock
|
||||||
sqlitebrowser
|
sqlitebrowser
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
xrandr --listproviders | grep -q "modesetting" && xrandr --setprovideroutputsource 1 0
|
xrandr --listproviders | grep -q "modesetting" && xrandr --setprovideroutputsource 1 0
|
||||||
|
|
||||||
xrandr --dpi 96
|
xrandr --dpi 96
|
||||||
xrandr --addmode HDMI1 1280x1024
|
|
||||||
xrandr --addmode HDMI-1-1 1280x1024
|
|
||||||
xrandr --output HDMI1 --mode 1280x1024 --pos 0x56 --rotate normal
|
xrandr --output HDMI1 --mode 1280x1024 --pos 0x56 --rotate normal
|
||||||
xrandr --output HDMI-1-1 --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
|
xrandr --output eDP1 --primary --mode 1920x1080 --pos 1280x0 --rotate normal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue