dotfiles

<-- duh.
git clone https://hhvn.uk/dotfiles
git clone git://hhvn.uk/dotfiles
Log | Files | Refs | Submodules | LICENSE

.xinitrc (398B)


      1 #!/bin/rc
      2 
      3 host = `{hostname}
      4 
      5 xrdb $home/.local/xres &
      6 setxkbmap haydenh &
      7 dwmbar/dwmbar &
      8 $host^/keyboard &
      9 $host^/mount &
     10 xset r rate 200 40 &
     11 xmodmap -e 'keysym Control_R = Multi_key' &
     12 barriers -c $home/.config/barrierc --disable-crypto --no-tray --name port.hhvn.uk &
     13 sxhkd &
     14 st &
     15 
     16 $host^/displays # displays must be set up before wallp is run
     17 wallp -r &
     18 
     19 while (dwm) {
     20 	true
     21 }
     22 
     23 pkill dwmbar