diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-23 21:20:52 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-23 21:20:52 +0100 |
| commit | ee92c6100fd18a80309bcaa86d1cbc20f8f2cd49 (patch) | |
| tree | 3772ecdd57e3fcd4fd6eddc7b18230348ce5d4f3 /.config/x11 | |
| parent | 2c7324c964f597080c0589a31f6164b484d7a1f2 (diff) | |
added a bunch of stuff and relocated some files
Diffstat (limited to '.config/x11')
| -rw-r--r-- | .config/x11/xinitrc | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc new file mode 100644 index 0000000..cbaec52 --- /dev/null +++ b/.config/x11/xinitrc @@ -0,0 +1,26 @@ +#!/bin/sh + +rfkill block all + +eval "$(gpg-agent --daemon --allow-preset-passphrase --write-env-file "$envfile")" +eval "$(ssh-agent)" + +xset r rate 300 30 +xset s off -dpms +setxkbmap -option "ctrl:nocaps" + +xrandr --auto --output HDMI-A-0 --mode 1920x1080 --primary +xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 + +dbus-launch --sh-syntax --exit-with-session + +ibus-daemon -dxrR +statusbar & +pipewire & +mpd & +/usr/local/bin/emacs --daemon & +picom & +set-wallpaper & + +exec dwm >/dev/null 2>&1 + |
