dotfiles/.xinitrc
2023-11-16 23:31:15 +01:00

25 lines
533 B
Bash

#!/bin/bash
# Make sure this is before the 'exec' command or it won't be sourced.
[ -f /etc/xprofile ] && . /etc/xprofile
[ -f ~/.xprofile ] && . ~/.xprofile
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources
export _JAVA_AWT_WM_NONREPARENTING=1
eval "$(dbus-launch --sh-syntax --exit-with-session)"
feh --bg-center "$HOME/Pictures/bg.png" &
xautolock -locker lock-us -secure -time 1 &
#pipewire &
dbus-run-session pipewire &
pipewire-pulse &
wireplumber &
dwmblocks &
dbus-launch --sh-syntax --exit-with-session dwm