dotfiles

Configs for programs I use!
git clone git://shipwreckt.co.uk/dotfiles.git
Log | Files | Refs | README | LICENSE

xinitrc (267B)


      1 #!/bin/bash
      2 [[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
      3 nitrogen --restore &
      4 setxkbmap uk
      5 dunst &
      6 picom &
      7 redshift &
      8 slstatus &
      9 setxkbmap uk
     10 
     11 # If you have screen issues like me with my laptop
     12 #echo 5 > /sys/class/backlight/acpi_video0/brightness
     13 
     14 exec dwm 
     15