aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
diff options
context:
space:
mode:
Diffstat (limited to '.xinitrc')
-rw-r--r--.xinitrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/.xinitrc b/.xinitrc
index 0c26e90..744e7d6 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,11 +1,12 @@
-setxkbmap -layout eu -option grp:caps_toggle &
-xrandr --output HDMI-A-1 --mode 1920x1080 --rate 240 --primary &
+export XDG_SESSION_TYPE="x11"
+
+setxkbmap -layout eu -option grp:caps_toggle
+xrandr --output HDMI-A-1 --mode 1920x1080 --rate 240 --primary
+
xbanish &
thunderbird &
pipewire &
sh dotfiles/dwm_status.sh &
-nitrogen --restore &
dunst &
devmon --exec-on-drive "notify-send 'Mounted %f to %d'" &
-xrdb .Xresources &
exec dwm