This commit is contained in:
2018-12-03 15:35:18 -05:00
parent ad5772fae9
commit 688dd5fc7a
12 changed files with 85 additions and 8 deletions

4
dotfiles/Xmodmap Normal file
View File

@@ -0,0 +1,4 @@
clear Lock
keycode 22 = Caps_Lock
keycode 66 = BackSpace

3
dotfiles/imwheelrc Normal file
View File

@@ -0,0 +1,3 @@
".*"
None, Up, Button4, 5
None, Down, Button5, 5

View File

@@ -1,7 +1,9 @@
#!/bin/zsh
# Get directory variables from script.
. ../dirs.sh
# List of dotfiles I want to link to system.
dotfiles=(bashrc gitconfig inputrc vimrc Xresources zshrc)
dotfiles=(bashrc gitconfig inputrc imwheelrc vimrc xinitrc Xmodmap Xresources zshrc)
# cd $dot_dir
for dotfile in $dotfiles; do
# Remove system dotfile.

4
dotfiles/xinitrc Normal file
View File

@@ -0,0 +1,4 @@
#xrandr --setprovideroutputsource modesetting NVIDIA-0
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
xrandr --auto
exec i3