diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-02 17:51:07 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-03-02 17:51:07 +0100 | 
| commit | ef0927c7f48ef5bff9c45d1a3ba1169f20c64ade (patch) | |
| tree | c9f49643498ab4a48657d4b3989990f166042d03 /config/X/x11 | |
| parent | c47d97563d7749ead63f313bbea841f8d48899a3 (diff) | |
remove rendundant line in xinitrc
Diffstat (limited to 'config/X/x11')
| -rwxr-xr-x | config/X/x11/xinitrc | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/config/X/x11/xinitrc b/config/X/x11/xinitrc index f2e9c8e..164b5d4 100755 --- a/config/X/x11/xinitrc +++ b/config/X/x11/xinitrc @@ -22,7 +22,6 @@ if [ -f "$usermodmap" ]; then      xmodmap "$usermodmap"  fi -xrandr --output HDMI-1 --primary --left-of VGA-1  if [ -d /etc/X11/xinit/xinitrc.d ] ; then   for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do    [ -x "$f" ] && . "$f"  | 
