idc changed a lot of files

This commit is contained in:
Arthur Khachaturov 2024-11-28 22:19:16 +03:00
parent 628baf3eea
commit 94d2955ab0
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
31 changed files with 267 additions and 80 deletions

View file

@ -1,17 +1,22 @@
. "${HOME}"/.config/X11/xprofile
# dbus
[ -z "$DBUS_SESSION_BUS_ADDRESS" ] && eval "$(/usr/bin/dbus-launch --exit-with-session --sh-syntax)"
dbus-update-activation-environment --verbose --all
xr
. "${HOME}"/.config/X11/autostart
# env
systemctl --user import-environment XDG_CURRENT_DESKTOP
systemctl --user import-environment DISPLAY
# agents
gpg-agent -d
export XDG_CURRENT_DESKTOP="gtk"
export XDG_SESSION_DESKTOP="$XDG_CURRENT_DESKTOP"
export WINDOW_MANAGER="dwm"
eval "$(ssh-agent)"
# resolution and autostart
"${HOME}"/.config/X11/runonce
xr
# dwm
exec "${HOME}"/.local/src/dwm/dwm
# vim: ft=sh