diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-24 14:07:10 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-24 14:07:10 +0100 |
| commit | 5da0902c8d705b2ad5c0baa7ff62cb459b02ea5e (patch) | |
| tree | e7b9b70efa645eae6baac31f046a17ea5381e549 /.config/x11/xinitrc | |
| parent | aa1f306e5a2bb49022dfcb327100fb71ef10055e (diff) | |
updated
Diffstat (limited to '.config/x11/xinitrc')
| -rw-r--r-- | .config/x11/xinitrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index cbaec52..b2e6a2a 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -2,8 +2,8 @@ rfkill block all -eval "$(gpg-agent --daemon --allow-preset-passphrase --write-env-file "$envfile")" -eval "$(ssh-agent)" +# eval "$(gpg-agent --daemon --allow-preset-passphrase --write-env-file "$envfile")" +# eval "$(ssh-agent)" xset r rate 300 30 xset s off -dpms @@ -14,13 +14,13 @@ xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 dbus-launch --sh-syntax --exit-with-session -ibus-daemon -dxrR +# ibus-daemon -dxrR statusbar & pipewire & mpd & -/usr/local/bin/emacs --daemon & +# /usr/local/bin/emacs --daemon & picom & set-wallpaper & -exec dwm >/dev/null 2>&1 +exec dwm |
