diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-07-07 18:32:30 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-07-07 18:32:30 -0500 |
| commit | 215031f5a239ebb062a29af401a53e401636679e (patch) | |
| tree | 5bf144534688cae3f556a598c92f0daac2101b61 /env/.local/bin/system | |
| parent | 24c8a0520476eeb6e1cf6fc7b1142bfc34cb3de6 (diff) | |
- fixed dpi setting for awesome.
- changed screenshot to slurp.
- added slurp to reqs
- removed dpi setting from autostart
Diffstat (limited to 'env/.local/bin/system')
| -rwxr-xr-x | env/.local/bin/system/start-scripts/autostart.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/env/.local/bin/system/start-scripts/autostart.sh b/env/.local/bin/system/start-scripts/autostart.sh index 88cd5af..a3f9db5 100755 --- a/env/.local/bin/system/start-scripts/autostart.sh +++ b/env/.local/bin/system/start-scripts/autostart.sh @@ -14,11 +14,6 @@ xset s 0 nitrogen --restore & xrdb -merge /home/iceyrazor/.Xresources & -if [ $extra == 1 ]; then - xrandr --dpi 90 & - xrandr --output Virtual-1 --mode 1920x1080 -fi - if [ -z "$WAYLAND_DISPLAY" ]; then xcompmgr & setxkbmap -option caps:swapescape |
