From 69fdb2175b29bd552464aacdab9db4f0efc9915a Mon Sep 17 00:00:00 2001 From: Steve Ayerhart Date: Wed, 12 Aug 2020 22:56:21 -0400 Subject: [PATCH] reorg --- sway/README.org | 2 ++ swaybar/README.org | 7 ++----- vimb/README.org | 18 ++++++++---------- 3 files changed, 12 insertions(+), 15 deletions(-) diff --git a/sway/README.org b/sway/README.org index 6bff4bd..457ff22 100644 --- a/sway/README.org +++ b/sway/README.org @@ -1,4 +1,6 @@ #+TITLE: Sway Config +#+PROPERTY: header-args+ :mkdir p yes +#+PROPERTY: header-args+ :tangle ~/.config/sway/config * Sway :PROPERTIES: diff --git a/swaybar/README.org b/swaybar/README.org index 98917a8..c1f48ef 100644 --- a/swaybar/README.org +++ b/swaybar/README.org @@ -1,6 +1,3 @@ #+TITLE: Swaybar Config - -* Swaybar - :PROPERTIES: - :header-args: :tangle ~/.config/swaybar/config :mkdirp true - :END: +#+PROPERTY: header-args+ :mkdir p yes +#+PROPERTY: header-args+ :tangle ~/.config/swaybar/config diff --git a/vimb/README.org b/vimb/README.org index 1b71f64..cbc3c8e 100644 --- a/vimb/README.org +++ b/vimb/README.org @@ -1,13 +1,11 @@ #+TITLE: Vimb +#+PROPERTY: header-args+ :mkdir p yes +#+PROPERTY: header-args+ :tangle ~/.config/vimb/config -* Vimb - :PROPERTIES: - :header-args: :tangle ~/.config/vimb/config :mkdirp true - :END: - Vimb is a fast and lightweight vim like web browser based on the webkit web browser engine the GTK toolkit. - Vimb is modal like the great vim editor and also easily configurable during runtime. Vimb is mostly - keyboard driven and does not distract you from your daily work. -** General +Vimb is a fast and lightweight vim like web browser based on the webkit web browser engine the GTK toolkit. +Vimb is modal like the great vim editor and also easily configurable during runtime. Vimb is mostly +keyboard driven and does not distract you from your daily work. +* General #+begin_src conf set history-max-items=30000 set home-page=https://float.bonerbonerboner.com @@ -21,12 +19,12 @@ nnoremap H nnoremap L #+end_src -** Shortcuts +* Shortcuts #+begin_src conf shortcut-add goog=https://encrypted.google.com/search?q=$0 shortcut-default goog #+end_src -** Colors +* Colors Color scheme: Base16 Eighties (https://github.com/chriskempson/base16) #+begin_src conf set dark-mode=true