Update Xorg config files

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2022-01-04 16:35:24 +01:00
parent afd225469c
commit bb5082dea5
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 5 additions and 4 deletions

View file

@ -28,4 +28,6 @@ HOST_I3_CONFIG="${XDG_CONFIG_HOME}/i3/config.${HOST}"
cat "${SCREEN_I3_CONFIG}" "${XDG_CONFIG_HOME}/i3/config.base" "${HOST_I3_CONFIG}" > "${XDG_CONFIG_HOME}/i3/config" cat "${SCREEN_I3_CONFIG}" "${XDG_CONFIG_HOME}/i3/config.base" "${HOST_I3_CONFIG}" > "${XDG_CONFIG_HOME}/i3/config"
i3 > "${XDG_LOG_HOME}/i3.log" 2>&1 i3 > "${XDG_LOG_HOME}/i3.log" 2>&1
#export DESKTOP_SESSION=plasma
#exec startplasma-x11

View file

@ -23,11 +23,11 @@ numlockx &
# Start applications # Start applications
nm-applet & nm-applet &
redshift-gtk & #redshift-gtk &
sxhkd & sxhkd &
nextcloud & nextcloud &
dunst & dunst &
ibus-daemon -drx #ibus-daemon -drx
# Merge .Xresources on boot # Merge .Xresources on boot
wal --theme tempus_future wal --theme tempus_future
@ -35,5 +35,4 @@ xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
xrdb -merge "${XDG_CACHE_HOME}/wal/colors.Xresources" xrdb -merge "${XDG_CACHE_HOME}/wal/colors.Xresources"
dbus-update-activation-environment --systemd DISPLAY dbus-update-activation-environment --systemd DISPLAY
eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
export SSH_AUTH_SOCK export SSH_AUTH_SOCK