reorg
parent
9369342713
commit
69fdb2175b
|
@ -1,4 +1,6 @@
|
||||||
#+TITLE: Sway Config
|
#+TITLE: Sway Config
|
||||||
|
#+PROPERTY: header-args+ :mkdir p yes
|
||||||
|
#+PROPERTY: header-args+ :tangle ~/.config/sway/config
|
||||||
|
|
||||||
* Sway
|
* Sway
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|
|
@ -1,6 +1,3 @@
|
||||||
#+TITLE: Swaybar Config
|
#+TITLE: Swaybar Config
|
||||||
|
#+PROPERTY: header-args+ :mkdir p yes
|
||||||
* Swaybar
|
#+PROPERTY: header-args+ :tangle ~/.config/swaybar/config
|
||||||
:PROPERTIES:
|
|
||||||
:header-args: :tangle ~/.config/swaybar/config :mkdirp true
|
|
||||||
:END:
|
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
#+TITLE: Vimb
|
#+TITLE: Vimb
|
||||||
|
#+PROPERTY: header-args+ :mkdir p yes
|
||||||
|
#+PROPERTY: header-args+ :tangle ~/.config/vimb/config
|
||||||
|
|
||||||
* Vimb
|
Vimb is a fast and lightweight vim like web browser based on the webkit web browser engine the GTK toolkit.
|
||||||
:PROPERTIES:
|
Vimb is modal like the great vim editor and also easily configurable during runtime. Vimb is mostly
|
||||||
:header-args: :tangle ~/.config/vimb/config :mkdirp true
|
keyboard driven and does not distract you from your daily work.
|
||||||
:END:
|
* 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
|
#+begin_src conf
|
||||||
set history-max-items=30000
|
set history-max-items=30000
|
||||||
set home-page=https://float.bonerbonerboner.com
|
set home-page=https://float.bonerbonerboner.com
|
||||||
|
@ -21,12 +19,12 @@
|
||||||
nnoremap H <C-O>
|
nnoremap H <C-O>
|
||||||
nnoremap L <C-I>
|
nnoremap L <C-I>
|
||||||
#+end_src
|
#+end_src
|
||||||
** Shortcuts
|
* Shortcuts
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
shortcut-add goog=https://encrypted.google.com/search?q=$0
|
shortcut-add goog=https://encrypted.google.com/search?q=$0
|
||||||
shortcut-default goog
|
shortcut-default goog
|
||||||
#+end_src
|
#+end_src
|
||||||
** Colors
|
* Colors
|
||||||
Color scheme: Base16 Eighties (https://github.com/chriskempson/base16)
|
Color scheme: Base16 Eighties (https://github.com/chriskempson/base16)
|
||||||
#+begin_src conf
|
#+begin_src conf
|
||||||
set dark-mode=true
|
set dark-mode=true
|
||||||
|
|
Loading…
Reference in New Issue