summaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc14
1 files changed, 9 insertions, 5 deletions
diff --git a/.xinitrc b/.xinitrc
index 7065cfb..9c5ce38 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -11,22 +11,26 @@ if [ -f $HOME/.local/bin/statusbar ]; then
. $HOME/.local/bin/statusbar
fi
-# exec ck-launch-session dbus-launch --exit-with-session /usr/local/bin/dwm
+rfkill block all
+xset s off -dpms
+setxkbmap -option "ctrl:nocaps"
# export GTK_IM_MODULE='ibus'
# export QT_IM_MODULE='ibus'
# export XMODIFIERS='@im=ibus'
-
-rfkill block all
+export XDG_SESSION_TYPE='x11'
# ibus-daemon -dxrR
xrandr --auto --output HDMI-A-0 --mode 1920x1080 --primary
xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0
-xset s off -dpms
-setxkbmap -option "ctrl:nocaps"
+dbus-launch --sh-syntax --exit-with-session
+
+pipewire &
+mpd &
+/usr/local/bin/emacs --daemon &
xwallpaper --maximize "$(/usr/bin/ls -d -1 /hdd/pics/wallpaper/* | shuf -n1)" &