myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 804feba208780850cb78a869e6d959b57af69fa6
parent d583c2402d2364fb78e33b5f20f0a82e5ee48d37
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 16 Apr 2017 19:50:24 +0200

move rofi config to separate file

Diffstat:
Xdefaults | 6------
install.sh | 5++++-
rofi | 11+++++++++++
3 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/Xdefaults b/Xdefaults @@ -48,12 +48,6 @@ URxvt.print-pipe: cat > ~/temp/urxvt.dmp URxvt.keysym.M-c: perl:clipboard:copy URxvt.keysym.M-v: perl:clipboard:paste URxvt.keysym.M-C-v: perl:clipboard:paste_escaped -rofi.width: 100 -rofi.location: 2 -rofi.color-normal: #000000, #FFFFFF, #222222, #008800, #FFFFFF -rofi.color-urgent: #000000, #FFFFFF, #222222, #008800, #FFFFFF -rofi.color-active: #000000, #FFFFFF, #222222, #008800, #FFFFFF -rofi.color-window: #000000, #002b36, #002b36 URxvt*iso14755: False URxvt.color12: CornflowerBlue URxvt.intensityStyles: false diff --git a/install.sh b/install.sh @@ -36,13 +36,16 @@ mkdir -p ~/Mail_inbox/draft_tmp/{cur,new,tmp} mkdir -p ~/.i3 mkdir -p ~/.w3m ls ~/config/ | - grep -vE "(README|TODO|elinks|mutt|vim|zsh|subversion|i3|weechat|lbdb|w3m)" | + grep -vE "(README|TODO|elinks|mutt|vim|zsh|subversion|i3|weechat|lbdb|w3m|rofi)" | while read l; do ln -s ~/config/$l ~/.$l; done mkdir -p ~/.mutt for a in ~/config/mutt/*; do ln -s $a ~/.mutt/; done ln -s ~/config/elinks ~/.elinks/elinks.conf ln -s ~/config/w3m ~/.w3m/config +mkdir ~/.config/rofi +ln -s ~/config/rofi ~/.config/rofi/config + for app in vim zsh do mkdir -p ~/.$app diff --git a/rofi b/rofi @@ -0,0 +1,11 @@ +rofi.width: 100 +rofi.location: 2 +rofi.color-normal: #000000, #FFFFFF, #222222, #008800, #FFFFFF +rofi.color-urgent: #000000, #FFFFFF, #222222, #008800, #FFFFFF +rofi.color-active: #000000, #FFFFFF, #222222, #008800, #FFFFFF +rofi.color-window: #000000, #002b36, #002b36 +rofi.kb-row-select: Tab +rofi.kb-row-tab: Shift+space +# lazy-grab makes rofi show on keydown +# cannot be configured here, workaround in ~/bin/my-rofi +rofi.terminal: ~/bin/urxvtcdfont