spacepaste

  1.  
  2. [[ -f ~/.Xresources ]] && xrdb -merge -I$HOME ~/.Xresources
  3. xset m 0 0 &
  4. setxkbmap -layout "us(colemak),ru" -option grp:caps_toggle &
  5. xset s off -dpms &
  6. #xset +fp /usr/share/fonts/terminus &
  7. #xset +fp /usr/share/fonts/
  8. #compton -CGzb --backend glx --glx-use-copysubbuffermesa --vsync opengl-mswc --no-fading-openclose &
  9. compton -b &
  10. xsetroot -cursor_name left_ptr &
  11. #feh --bg-tile /home/eichhorn/pictures/wallpapers/magenta.png &
  12. feh --bg-tile /home/eichhorn/pictures/wallpapers/cyan.png &
  13. #exec sxhkd &
  14. xinput set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1 &
  15. exec xbindkeys &
  16. exec bspwm
  17.