diff --git a/config.yaml b/config.yaml index df3efd8..721466c 100644 --- a/config.yaml +++ b/config.yaml @@ -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 @@ -325,7 +334,9 @@ profiles: - tmux - tmuxinator - vim - - x + - xbindkeys + - xmodmap + - xresources - yay - zathura - zshrc @@ -365,7 +376,9 @@ profiles: - tmux - tmuxinator - vim - - x + - xbindkeys + - xmodmap + - xresources - yay - zathura - zshrc @@ -376,7 +389,9 @@ profiles: - zshrc - zsh_custom - tmux - - x + - xbindkeys + - xmodmap + - xresources - alacritty - setxkbmap - ctags diff --git a/X/.xbindkeysrc b/xbindkeys/.xbindkeysrc similarity index 100% rename from X/.xbindkeysrc rename to xbindkeys/.xbindkeysrc diff --git a/X/.Xmodmap b/xmodmap/.Xmodmap similarity index 96% rename from X/.Xmodmap rename to xmodmap/.Xmodmap index 4214cd2..d93197d 100644 --- a/X/.Xmodmap +++ b/xmodmap/.Xmodmap @@ -1,3 +1,2 @@ keycode 66 = Escape clear Lock - diff --git a/X/.Xresources b/xresources/.Xresources similarity index 100% rename from X/.Xresources rename to xresources/.Xresources