From 91b6c4e890c3b1cec92fa9fade85dc1ac3253a0c Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Tue, 16 Jul 2019 19:13:14 -0300 Subject: [PATCH] Break x into separate dotfiles Break xbindkeys, xmodmap, and xresources into separate dotfiles. --- config.yaml | 29 ++++++++++++++++++++++------- {X => xbindkeys}/.xbindkeysrc | 0 {X => xmodmap}/.Xmodmap | 1 - {X => xresources}/.Xresources | 0 4 files changed, 22 insertions(+), 8 deletions(-) rename {X => xbindkeys}/.xbindkeysrc (100%) rename {X => xmodmap}/.Xmodmap (96%) rename {X => xresources}/.Xresources (100%) 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