mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-18 18:07:45 +01:00
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
setbg & # Set the background
|
||
|
sxhkd & # Bind keys
|
||
|
xset r rate 300 50 & # Speed xrate up
|
||
|
unclutter & # Remove mouse when idle
|
||
|
xcompmgr & # xcompmgr for transparency
|
||
|
dunst & # dunst for notifications
|