Simple image host.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

profile 287B

12345678910
  1. export PATH="$PATH:$HOME/bin"
  2. export XDG_CONFIG_HOME="$HOME/.config"
  3. xset r rate 200 60
  4. setxkbmap dvorak -option "ctrl:nocaps"
  5. compton --config ~/.comptonrc --backend glx --vsync opengl-swc --paint-on-overlay -b
  6. feh --bg-scale ~/background.jpg
  7. xmodmap .Xmodmaprc
  8. sxhkd -c ~/.sxhkdrc &