1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-03-19 18:17:45 +01:00
dotfiles/.config/xorg/xprofile

13 lines
321 B
Plaintext
Raw Normal View History

2019-09-10 12:51:38 +02:00
#!/bin/sh
xset r rate 300 50 & # Speed xrate up
unclutter & # Remove mouse when idle
xcompmgr & # xcompmgr for transparency
dunst & # dunst for notifications
2019-10-05 00:06:58 +02:00
redshift & # redshift for saving your eyes
2020-01-29 22:04:22 +01:00
mpd & # starts the mpd server for music
2020-03-28 12:14:02 +01:00
toggletouchpad & # deactivates the touchpad
owncloud &
dwmbar &
#sxhkd &