From dbbc2a27a45c8a119df3e2aa8bd12876d526c29b Mon Sep 17 00:00:00 2001 From: Xander Swan <[hidden email]> Date: Fri, 2 Jan 2026 16:10:41 -0500 Subject: Add dunstrc and xinitrc --- .xinitrc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .xinitrc (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc new file mode 100644 index 0000000..0c26e90 --- /dev/null +++ b/.xinitrc @@ -0,0 +1,11 @@ +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