diff options
| author | iamcheeseman <[hidden email]> | 2026-01-28 16:06:16 -0500 |
|---|---|---|
| committer | iamcheeseman <[hidden email]> | 2026-01-28 16:06:16 -0500 |
| commit | 73d7a1a7594bf80727fa999ff2111711c5f4cc64 (patch) | |
| tree | 3cf7d071d514f05ac7eaecead97c0df4e5a05199 /.xinitrc | |
| parent | dbbc2a27a45c8a119df3e2aa8bd12876d526c29b (diff) | |
update stuff frfr
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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 |
