diff options
| author | Xander Swan <[hidden email]> | 2026-01-02 16:10:41 -0500 |
|---|---|---|
| committer | Xander Swan <[hidden email]> | 2026-01-02 16:10:41 -0500 |
| commit | dbbc2a27a45c8a119df3e2aa8bd12876d526c29b (patch) | |
| tree | 82b32eb913eab11533fcd9f44445cb069e529f4e /.xinitrc | |
| parent | a919e19fa235eab2ce0de6ec431e945177a66ae6 (diff) | |
Add dunstrc and xinitrc
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
