Skip to content

Commit

Permalink
Break x into separate dotfiles
Browse files Browse the repository at this point in the history
Break xbindkeys, xmodmap, and xresources into separate dotfiles.
  • Loading branch information
MarcelRobitaille committed Jul 16, 2019
1 parent a0fa879 commit 91b6c4e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 8 deletions.
29 changes: 22 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,19 @@ dotfiles:
- vim-plug
link: link_children

x:
dst: ~/
src: ./X/
link: link_children
xbindkeys:
dst: ~/.xbindkeysrc
src: ./xbindkeys/.xbindkeysrc
link: link

xmodmap:
dst: ~/.Xmodmap
src: ./xmodmap/.Xmodmap

xresources:
dst: ~/.Xresources
src: ./xresources/.Xresources
link: link

yay:
dst: ~/.config/yay/config.json
Expand Down Expand Up @@ -325,7 +334,9 @@ profiles:
- tmux
- tmuxinator
- vim
- x
- xbindkeys
- xmodmap
- xresources
- yay
- zathura
- zshrc
Expand Down Expand Up @@ -365,7 +376,9 @@ profiles:
- tmux
- tmuxinator
- vim
- x
- xbindkeys
- xmodmap
- xresources
- yay
- zathura
- zshrc
Expand All @@ -376,7 +389,9 @@ profiles:
- zshrc
- zsh_custom
- tmux
- x
- xbindkeys
- xmodmap
- xresources
- alacritty
- setxkbmap
- ctags
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion X/.Xmodmap → xmodmap/.Xmodmap
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
keycode 66 = Escape
clear Lock

File renamed without changes.

0 comments on commit 91b6c4e

Please sign in to comment.