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/.xprofile

26 lines
619 B
Plaintext
Raw Normal View History

#!/usr/bin/env sh
2020-05-06 03:20:19 +02:00
# This file is sourced when launching a DM from startx/xinit
# session launch
xss-lock -- slock &
2020-05-06 03:20:19 +02:00
redshift &
dunst -follow mouse &> /dev/null & #temp fix
# MPD daemon start (if no other user instance exists)
[ ! -s ~/.config/mpd/pid ] && mpd
pulsemixer --set-volume 50
2020-05-06 03:20:19 +02:00
sbacklight set 3 &
bat_notify &
AC_notify &
setbg &
dwmblocks &
2020-05-06 03:20:19 +02:00
2020-05-23 19:29:48 +02:00
xinput set-prop 'Synaptics TM3072-003' 'libinput Tapping Enabled' 1 &
xinput set-prop 'Synaptics TM3072-003' 'libinput Natural Scrolling Enabled' 1 &
xinput set-prop 'Synaptics TM3072-003' 'libinput Accel Speed' 0.4 &
2020-05-06 03:20:19 +02:00
setxkbmap 'fr(oss)'
2021-01-13 00:46:56 +01:00
remaps &
2020-05-06 03:20:19 +02:00
sxhkd &
xbanish&