From 8119fef738f192ac3b4e9fef8a364a94eee3410f Mon Sep 17 00:00:00 2001 From: adrien Date: Wed, 27 Oct 2021 21:08:29 +0200 Subject: [PATCH] Update documentation, Spectrwm configuration and fish function --- .config/fish/functions/cache.fish | 1 - .config/spectrwm/spectrwm.conf | 2 +- README.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.config/fish/functions/cache.fish b/.config/fish/functions/cache.fish index bec3c7a..5cc9099 100644 --- a/.config/fish/functions/cache.fish +++ b/.config/fish/functions/cache.fish @@ -1,7 +1,6 @@ function cache /usr/bin/yay -Scc --noconfirm /usr/bin/yay -Sc --noconfirm - /usr/bin/gem cleanup --silent /usr/bin/go clean -modcache -cache -testcache /usr/bin/composer clear-cache /usr/bin/python -m pip cache purge diff --git a/.config/spectrwm/spectrwm.conf b/.config/spectrwm/spectrwm.conf index 74546b8..749b4e1 100644 --- a/.config/spectrwm/spectrwm.conf +++ b/.config/spectrwm/spectrwm.conf @@ -10,7 +10,7 @@ warp_focus = 1 warp_pointer = 0 # Window decoration -border_width = 0 +border_width = 2 color_focus = rgb:bb/c5/ff color_focus_maximized = yellow color_unfocus = rgb:88/88/88 diff --git a/README.md b/README.md index 96ed452..b45d53a 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ sudo chmod a+rw /dev/ttyUSBX ``` yay -S ruby cp dotfiles/.gemrc ~/ -gem install bundler jekyll +gem install bundler jekyll rdoc ``` ### Rust