Closes #66
This commit is contained in:
4
dotfiles/Xmodmap
Normal file
4
dotfiles/Xmodmap
Normal file
@@ -0,0 +1,4 @@
|
||||
clear Lock
|
||||
|
||||
keycode 22 = Caps_Lock
|
||||
keycode 66 = BackSpace
|
||||
3
dotfiles/imwheelrc
Normal file
3
dotfiles/imwheelrc
Normal file
@@ -0,0 +1,3 @@
|
||||
".*"
|
||||
None, Up, Button4, 5
|
||||
None, Down, Button5, 5
|
||||
@@ -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
4
dotfiles/xinitrc
Normal file
@@ -0,0 +1,4 @@
|
||||
#xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
[[ -f ~/.Xresources ]] && xrdb -merge ~/.Xresources
|
||||
xrandr --auto
|
||||
exec i3
|
||||
Reference in New Issue
Block a user