diff options
Diffstat (limited to 'ar/.config')
| -rw-r--r-- | ar/.config/x11/xprofile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ar/.config/x11/xprofile b/ar/.config/x11/xprofile index 2f34def..460c0f5 100644 --- a/ar/.config/x11/xprofile +++ b/ar/.config/x11/xprofile @@ -1,6 +1,8 @@ #!/bin/sh -xrandr --auto --dpi 96 # adjust the number based on your resolution and size of the screen +sleep 1 +xrandr --dpi 96 # adjust the number based on your resolution and size of the screen +setmonitor setbg & # set the background with the `setbg` script # fcitx5 & # set the input method |
