Create a vault editor
This commit is contained in:
parent
c4a73bde4c
commit
906cf92879
4 changed files with 26 additions and 0 deletions
|
|
@ -113,6 +113,14 @@
|
|||
(use-package org-contacts
|
||||
:after org-contrib)
|
||||
|
||||
(use-package age
|
||||
:custom
|
||||
(age-program "rage")
|
||||
(age-default-identity "~/.age/key")
|
||||
(age-default-recipient "~/.age/key.pub")
|
||||
:config
|
||||
(age-file-enable))
|
||||
|
||||
;; EPUB reader
|
||||
(use-package nov
|
||||
:init
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
#! /usr/bin/sh
|
||||
|
||||
DEB_PKGS="\
|
||||
age \
|
||||
alsa-utils \
|
||||
audacity \
|
||||
avahi-daemon \
|
||||
|
|
|
|||
|
|
@ -85,6 +85,9 @@ input type:touchpad {
|
|||
# Start your launcher
|
||||
bindsym $launch+space exec $menu
|
||||
|
||||
# Start an Emacs instance for vaults
|
||||
bindsym $launch+v exec vaulter
|
||||
|
||||
# Drag floating windows by holding down Super and left mouse button.
|
||||
# Resize them with right mouse button + Super.
|
||||
# Despite the name, also works for non-floating windows.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue