This repository has been archived on 2023-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/.config/X11/xprofile
2021-09-07 23:50:33 +02:00

21 lines
453 B
Bash

#!/usr/bin/env sh
# This file is sourced when launching a DM from startx/xinit
# session launch
xss-lock -- slock &
redshift &
dunst -follow mouse &> /dev/null & #temp fix
# MPD daemon start (if no other user instance exists)
[ ! -s ~/.config/mpd/pid ] && mpd
pulsemixer --set-volume 50
sbacklight set 3 &
setbg &
dwmblocks &
xrdb ${XDG_CONFIG_HOME:-$HOME/.config}/X11/xresources
setxkbmap 'fr(oss)'
xmodmap "$XDG_CONFIG_HOME/X11/xmodmap" &
sxhkd &