mouse changes were causing problems, removed them. added ~/scripts to PATH. added basic zathuraRC

This commit is contained in:
Gabe Venberg 2021-02-22 14:01:21 -06:00
parent 244fd32cd7
commit 20a42679a8
3 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,5 @@
#remap caps lock to a third control key. both shifts at once toggle shiftlock
setxkbmap -option ctrl:nocaps,shift:both_capslock
xrdb -merge ~/.Xresources
~/dotfiles/scripts/mousestart
#~/dotfiles/scripts/mousestart
i3

View file

@ -0,0 +1 @@
set selection-clipboard clipboard

View file

@ -14,6 +14,7 @@
#set important shell variables
export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
export PATH="$PATH:$HOME/scripts"
#set default editor and pager.
export EDITOR=nvim
export VISUAL=nvim