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

26 lines
672 B
Plaintext
Raw Normal View History

#!/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
2022-11-12 17:13:59 +01:00
gentoo-pipewire-launcher && wpctl set-volume @DEFAULT_AUDIO_SINK@ 50% &
# MPD daemon start (if no other user instance exists)
2021-09-07 23:52:48 +02:00
[ ! -s "$XDG_CONFIG_HOME/mpd/pid" ] && mpd
[ -z "$(pgrep -f sb-mpdup)" ] && sb-mpdup &
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"
xautolock -locker slock -time 5 -corners 000- &
2022-11-12 17:13:59 +01:00
cursor_setup "Logitech Gaming Mouse G502" &
setxkbmap 'fr(oss)'
remaps &
sxhkd &