commit 64df5aedd59804ec8935867202ac635e857daf7e
parent 9b0bb8c6f73e5a024e9df15a255c8c9504725989
Author: oscarbenedito <oscar@oscarbenedito.com>
Date:   Thu, 14 May 2020 10:36:07 +0200

Style fixes

Diffstat:
MREADME.md | 32++++++++++++++++++++------------
Mdot_config/i3/config | 2+-
2 files changed, 21 insertions(+), 13 deletions(-)

diff --git a/README.md b/README.md @@ -1,22 +1,30 @@ # Dotfiles + This directory hosts some of my dotfiles. It is currently a work in progress. ## Setup -I use [chezmoi](https://github.com/twpayne/chezmoi) to manage varying configs across different machines. -I also have the terminal emulator set up with the following colors (based on the -onedark vim theme): +I use [chezmoi](https://github.com/twpayne/chezmoi) to manage varying configs +across different machines. + +I also have the terminal emulator set up with the following colors (based on +the onedark vim theme): | Color code | Color | Color number | | :--------: | :-----: | :----------: | -| 30 | black | #282C34 | -| 31 | red | #E06C75 | -| 32 | green | #98C379 | -| 33 | yellow | #E5C07B | -| 34 | blue | #61AFEF | -| 35 | magenta | #C678DD | -| 36 | cyan | #56B6C2 | -| 37 | white | #FFFFFF | +| 30 | black | #282c34 | +| 31 | red | #e06c75 | +| 32 | green | #98c379 | +| 33 | yellow | #e5c07b | +| 34 | blue | #61afef | +| 35 | magenta | #c678dd | +| 36 | cyan | #56b6c2 | +| 37 | white | #ffffff | ## License -This repository is licensed under the CC0 1.0 Universal license and therefore is part of the public domain. To the extent possible under law, Oscar Benedito, who associated CC0 with this work, has waived all copyright and related or neighboring rights to this work. You can find a copy of the CC0 license [here](https://gitlab.com/oscarbenedito/dotfiles/blob/master/COPYING). + +This repository is licensed under the CC0 1.0 Universal license and therefore +is part of the public domain. To the extent possible under law, Oscar +Benedito, who associated CC0 with this work, has waived all copyright and +related or neighboring rights to this work. You can find a copy of the CC0 +license [here](https://gitlab.com/oscarbenedito/dotfiles/blob/master/COPYING). diff --git a/dot_config/i3/config b/dot_config/i3/config @@ -30,7 +30,7 @@ bindsym $mod+d exec --no-startup-id j4-dmenu-desktop # open program shortcuts set $ai $HOME/.local/share/applications bindsym $mod+o mode "$mode_open" -set $mode_open (f)irefox, (j)oplin, (k)eepassxc, (n)extcloud, (s)ignal, (t)utanota +set $mode_open (f)irefox, (k)eepassxc, (n)extcloud, (s)ignal, (t)utanota mode "$mode_open" { bindsym f exec firefox, mode "default" bindsym j exec "$HOME/.local/bin/,appimage $ai/appimagekit-joplin.desktop", mode "default"