+ Rework xprofile
+ Moved .zprofile to $HOME (to make it readed on start)
This commit is contained in:
parent
bfffc21325
commit
06ea25cf2a
4 changed files with 10 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slow app startup fix (for flatpaks)
|
||||
dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
|
||||
|
||||
# Autostarts
|
||||
unclutter &
|
||||
|
||||
# Custom Resolutions
|
||||
xrandr --newmode "768x432_60.00" 25.75 768 792 864 960 432 435 440 450 -hsync +vsync
|
||||
xrandr --newmode "960x540_60.00" 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync
|
||||
xrandr --addmode VGA1 768x432_60.00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue