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
David JULIEN 557c908e40
Merge branch 'dev' into gentoo
scripts: fix maker
zsh: add envvar
system: introduce tmux, irssi
gnupg: fix pinentry
ncmpcpp: don't display startup message
nvim: add luasnip maps
      tex formatoptions
2021-11-20 16:07:14 +01:00

24 lines
549 B
Bash

#!/usr/bin/env sh
# This file is sourced when launching a DM from startx/xinit
# session launch
eval $(dbus-launch --sh-syntax --exit-with-session)
redshift &
dunst &> /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 &
xrdb "$XDG_CONFIG_HOME/X11/xresources"
xrdb -merge "$XDG_STATE_HOME/xcolors"
xautolock -locker slock -time 5 -corners 000- &
setxkbmap 'fr(oss)'
remaps &
sxhkd &