dotfiles

A steaming hot pile of sh...ell scripts and configuration files.
git clone https://kaka.farm/~git/dotfiles
Log | Files | Refs

xmonadstartup (314B)


      1 #!/usr/bin/env bash
      2 
      3 keynav &
      4 setxkbmap -option -option terminate:ctrl_alt_bksp -option grp:caps_toggle us,il &
      5 redshift &
      6 nm-applet &
      7 xfce4-power-manager &
      8 xfce4-volumed &
      9 trayer &
     10 xmobar &
     11 if [ -f "$HOME/.local/bin/arbtt-capture" ];
     12 then
     13        "$HOME/.local/bin/arbtt-capture" &
     14 else
     15         arbtt-capture &
     16 fi