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

23 lines
511 B
Plaintext
Raw Normal View History

#!/usr/bin/env sh
# This file is sourced when launching a DM from startx/xinit
# session launch
redshift &
dunst -follow mouse &> /dev/null & #temp fix
# MPD daemon start (if no other user instance exists)
[ -z "$(pidof mpd)" ] && mpd
[ -z "$(pgrep -f sb-mpdup)" ] && sb-mpdup &
pulsemixer --set-volume 50
sbacklight set 3 &
setbg &
dwmblocks &
2021-09-07 23:52:48 +02:00
xrdb "$XDG_CONFIG_HOME/X11/xresources"
xrdb -merge "$XDG_STATE_HOME/xcolors"
2021-09-20 15:01:05 +02:00
xautolock -locker slock -time 5 -corners 000- &
setxkbmap 'fr(oss)'
remaps &
sxhkd &