David JULIEN
0e4354faf3
mail : [WIP] fix filtering for univ fix notifications through cronie add keymaps for next- and previous-new displayselect: add "mode" variable for xrandr setup add external layout for docked setup system: change default lockscreen to xss-lock
27 lines
645 B
Bash
27 lines
645 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
|
|
gentoo-pipewire-launcher && wpctl set-volume @DEFAULT_AUDIO_SINK@ 50% &
|
|
# MPD daemon start (if no other user instance exists)
|
|
[ -z "$(pgrep -fx mpd)" ] && mpd
|
|
[ -z "$(pgrep -f sb-mpdup)" ] && sb-mpdup &
|
|
sbacklight set 3 &
|
|
setbg &
|
|
dwmblocks &
|
|
xrdb "$XDG_CONFIG_HOME/X11/xresources"
|
|
xrdb -merge "$XDG_STATE_HOME/xcolors"
|
|
xss-lock -- slock &
|
|
get_dbus &
|
|
|
|
cursor_setup "Logitech Gaming Mouse G502" &
|
|
setxkbmap 'fr(oss)'
|
|
remaps &
|
|
sxhkd &
|