reorg
parent
9369342713
commit
69fdb2175b
|
@ -1,4 +1,6 @@
|
|||
#+TITLE: Sway Config
|
||||
#+PROPERTY: header-args+ :mkdir p yes
|
||||
#+PROPERTY: header-args+ :tangle ~/.config/sway/config
|
||||
|
||||
* Sway
|
||||
:PROPERTIES:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
* General
|
||||
#+begin_src conf
|
||||
set history-max-items=30000
|
||||
set home-page=https://float.bonerbonerboner.com
|
||||
|
@ -21,12 +19,12 @@
|
|||
nnoremap H <C-O>
|
||||
nnoremap L <C-I>
|
||||
#+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
|
||||
|
|
Loading…
Reference in New Issue