mouse changes were causing problems, removed them. added ~/scripts to PATH. added basic zathuraRC
This commit is contained in:
parent
244fd32cd7
commit
20a42679a8
|
@ -1,5 +1,5 @@
|
||||||
#remap caps lock to a third control key. both shifts at once toggle shiftlock
|
#remap caps lock to a third control key. both shifts at once toggle shiftlock
|
||||||
setxkbmap -option ctrl:nocaps,shift:both_capslock
|
setxkbmap -option ctrl:nocaps,shift:both_capslock
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
~/dotfiles/scripts/mousestart
|
#~/dotfiles/scripts/mousestart
|
||||||
i3
|
i3
|
||||||
|
|
1
zathura/.config/zathura/zathurarc
Normal file
1
zathura/.config/zathura/zathurarc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
set selection-clipboard clipboard
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
#set important shell variables
|
#set important shell variables
|
||||||
export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
|
export PATH="$PATH:$(ruby -e 'puts Gem.user_dir')/bin"
|
||||||
|
export PATH="$PATH:$HOME/scripts"
|
||||||
#set default editor and pager.
|
#set default editor and pager.
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
|
|
Loading…
Reference in a new issue