diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-12-14 17:56:45 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-12-14 17:56:45 +0100 |
| commit | aec79fcfcc913b7d3d134a6813f06cc76952ba6a (patch) | |
| tree | 8ad480d5b3568525ab81946dd6b89a32b0749f76 /.config/x11/xinitrc | |
| parent | 8ee1d315286dd91035cc52e4fa918d6ff710fc76 (diff) | |
switched back to ratpoison
Diffstat (limited to '.config/x11/xinitrc')
| -rw-r--r-- | .config/x11/xinitrc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 9bae254..213b2b0 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -8,8 +8,10 @@ eval "$(gpg-agent --daemon --allow-preset-passphrase)" eval "$(ssh-agent)" xrandr --addmode HDMI-A-0 1280x960 -xrandr --output DisplayPort-2 --mode 1920x1080 --primary -xrandr --output HDMI-A-0 --mode 1280x960 --left-of DisplayPort-2 +xrandr --output HDMI-A-0 --mode 1280x960 --primary +xrandr --output DisplayPort-2 --mode 1920x1080 --left-of HDMI-A-0 +# xrandr --output DisplayPort-2 --mode 1920x1080 --primary +# xrandr --output HDMI-A-0 --mode 1280x960 --left-of DisplayPort-2 rfkill block bluetooth @@ -24,7 +26,7 @@ xrdb -merge ~/.Xresources urxvtd -q -o -f & ibus-daemon -d -r -x pipewire & -picom & mpd & -exec i3 +#exec i3 +exec ratpoison |
