From 73d7a1a7594bf80727fa999ff2111711c5f4cc64 Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Wed, 28 Jan 2026 16:06:16 -0500 Subject: update stuff frfr --- .xinitrc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.xinitrc') 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 -- cgit v1.3-2-g0d8e