mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

startup (659B)


      1 #!/bin/bash
      2 
      3 ~/bin/fix_ux330u
      4 
      5 #~/bin_private/proxy.sh
      6 ~/bin/notmuch-new.sh &
      7 urxvtd &
      8 ~/bin_private/myfetchmail
      9 ~/bin/rehashpath
     10 nm-applet &
     11 rm ~/temp/terminals
     12 
     13 # no longer working: ~/bin_private/logkeys
     14 # no longer working: ~/bin/kiwix
     15 
     16 # pulseaudio cannot start by itself due to the uncommon socket folder
     17 pulseaudio &
     18 
     19 # is there a better way to reset xhost permissions?
     20 xhost +si:localuser:`whoami`
     21 xhost | sed 1d | grep -v `whoami` | while read l; do
     22   xhost "-$l"
     23 done
     24 
     25 # for now, browser can access the X server
     26 # TODO: use wayland
     27 xhost +si:localuser:browser
     28 xhost +si:localuser:browser2
     29 xhost +si:localuser:bitcoin
     30 xhost +si:localuser:browser_tor
     31