cdotfis/dotfiles/.config/X11/xprofile

39 lines
557 B
Bash

#!/bin/sh
redshift -P -O 2750 &> /dev/null &
xset m 0 0
xset r rate 300 50
nitrogen --restore 2> /dev/null &
dwmblocks &
dunst 2> /dev/null &
clipmenud &
unclutter &
picom &
#wmname LG3D
"$HOME/.local/bin/sound" &
"$HOME/.local/bin/autolock" & disown
if [[ -v LAPTOP ]]; then
macfanctld
xbacklight -set 45
else
imwheel -b 45
xdotool mousemove --sync --screen=$1 960 500
fi
dbus-update-activation-environment --systemd DISPLAY
# dbus-update-activation-environment --all
eval $(gnome-keyring-daemon --start)
export SSH_AUTH_SOCK