fafbc7029c
mail: fix notification through cron add keymaps to next- and previous-new
28 lines
687 B
Bash
28 lines
687 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)
|
|
|
|
xss-lock -- slock &
|
|
redshift &
|
|
dunst &> /dev/null & #temp fix
|
|
# MPD daemon start (if no other user instance exists)
|
|
[ -z "$(pgrep -fx 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"
|
|
xss-lock -- slock &
|
|
get_dbus &
|
|
|
|
cursor_setup "SYNA30BD:00 06CB:CE08" "trackpad" &> /dev/null &
|
|
cursor_setup "PIXART HP Wireless Keyboard and Mouse" &> /dev/null &
|
|
setxkbmap 'fr(oss)'
|
|
remaps &
|
|
sxhkd &
|