voidrice/.xprofile
2019-09-29 22:13:37 +02:00

13 lines
476 B
Bash

#!/usr/bin/env sh
# This file runs when a DM logs you into a graphical session.
# If you use startx/xinit like a Chad, this file will also be sourced.
setbg & # set the background with the `setbg` script
sxhkd & # Bind keys with sxhkd
remaps & # US international with Caps as Mod/Escape
unclutter & # Remove mouse when idle
xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications
mpdupdate & # When mpd state changes, update mpd i3blocks module.