.xinitrcdwm 282 B

1234567891011121314151617
  1. # config
  2. setxkbmap de,at
  3. xset r rate 200 60
  4. xset m 0 0
  5. # wall
  6. _get_WP() {
  7. echo ~/.config/walls/wall$(($(($(($(date +%M))) % $(($(ls ~/.config/walls | wc -l))))) + 1)).png
  8. }
  9. # run
  10. xautolock -time 10 -locker slock &
  11. slstatus &
  12. xbindkeys -p &
  13. feh --bg-fill $(_get_WP) &
  14. exec dwm