Update Xorg config files
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
afd225469c
commit
bb5082dea5
2 changed files with 5 additions and 4 deletions
|
@ -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"
|
||||
|
||||
i3 > "${XDG_LOG_HOME}/i3.log" 2>&1
|
||||
i3 > "${XDG_LOG_HOME}/i3.log" 2>&1
|
||||
#export DESKTOP_SESSION=plasma
|
||||
#exec startplasma-x11
|
||||
|
|
|
@ -23,11 +23,11 @@ numlockx &
|
|||
|
||||
# Start applications
|
||||
nm-applet &
|
||||
redshift-gtk &
|
||||
#redshift-gtk &
|
||||
sxhkd &
|
||||
nextcloud &
|
||||
dunst &
|
||||
ibus-daemon -drx
|
||||
#ibus-daemon -drx
|
||||
|
||||
# Merge .Xresources on boot
|
||||
wal --theme tempus_future
|
||||
|
@ -35,5 +35,4 @@ xrdb -merge "${XDG_CONFIG_HOME}/X11/xresources"
|
|||
xrdb -merge "${XDG_CACHE_HOME}/wal/colors.Xresources"
|
||||
|
||||
dbus-update-activation-environment --systemd DISPLAY
|
||||
eval "$(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
|
||||
export SSH_AUTH_SOCK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue