diff options
| -rw-r--r-- | home-config/aerc/accounts.conf | 2 | ||||
| -rw-r--r-- | home-config/aerc/aerc.conf | 12 | ||||
| -rw-r--r-- | home-config/aerc/binds.conf | 1 | ||||
| -rw-r--r-- | home-config/aerc/signature_personal | 4 | ||||
| -rw-r--r-- | home-config/home-configuration.scm | 1 | ||||
| -rw-r--r-- | home-config/hypr/hyprland.conf | 1 |
6 files changed, 15 insertions, 6 deletions
diff --git a/home-config/aerc/accounts.conf b/home-config/aerc/accounts.conf index 0d5d340..239a2c1 100644 --- a/home-config/aerc/accounts.conf +++ b/home-config/aerc/accounts.conf | |||
| @@ -6,3 +6,5 @@ outgoing-cred-cmd = sh -c "cat ~/Documents/eml.pw" | |||
| 6 | default = INBOX | 6 | default = INBOX |
| 7 | from = Ryan Schanzenbacher <ryan@rschanz.org> | 7 | from = Ryan Schanzenbacher <ryan@rschanz.org> |
| 8 | copy-to = Sent | 8 | copy-to = Sent |
| 9 | signature-file = ~/.config/aerc/signature_personal | ||
| 10 | check-mail = 5m | ||
diff --git a/home-config/aerc/aerc.conf b/home-config/aerc/aerc.conf index 9d537db..0a206c6 100644 --- a/home-config/aerc/aerc.conf +++ b/home-config/aerc/aerc.conf | |||
| @@ -412,7 +412,7 @@ address-book-cmd = sh -c 'abook --mutt-query "%s" | tail -n +2' | |||
| 412 | # | 412 | # |
| 413 | # The command must output the selected files to standard output, one file per | 413 | # The command must output the selected files to standard output, one file per |
| 414 | # line. | 414 | # line. |
| 415 | #file-picker-cmd= | 415 | file-picker-cmd=fzf --multi --query=%s |
| 416 | 416 | ||
| 417 | # | 417 | # |
| 418 | # Allow to address yourself when replying | 418 | # Allow to address yourself when replying |
| @@ -482,12 +482,12 @@ text/html=pandoc -f markdown -t html --standalone | |||
| 482 | # | 482 | # |
| 483 | #text/plain=colorize | 483 | #text/plain=colorize |
| 484 | #text/calendar=calendar | 484 | #text/calendar=calendar |
| 485 | message/delivery-status=bat -fp | 485 | message/delivery-status=bat -fn |
| 486 | message/rfc822=bat -fp | 486 | message/rfc822=bat -fn |
| 487 | text/html=pandoc -f html -t plain | bat -fp | 487 | text/html=pandoc -f html -t plain | bat -fn |
| 488 | #text/html=html | colorize | 488 | #text/html=html | colorize |
| 489 | text/*=bat -fP --file-name="$AERC_FILENAME" | 489 | text/*=bat -fn --file-name="$AERC_FILENAME" |
| 490 | application/x-sh=bat -fP -l sh | 490 | application/x-sh=bat -fn -l sh |
| 491 | #image/*=catimg -w $(tput cols) - | 491 | #image/*=catimg -w $(tput cols) - |
| 492 | #subject,~Git(hub|lab)=lolcat -f | 492 | #subject,~Git(hub|lab)=lolcat -f |
| 493 | #from,thatguywhodoesnothardwraphismessages=wrap -w 100 | colorize | 493 | #from,thatguywhodoesnothardwraphismessages=wrap -w 100 | colorize |
diff --git a/home-config/aerc/binds.conf b/home-config/aerc/binds.conf index a3296a0..20bf4ef 100644 --- a/home-config/aerc/binds.conf +++ b/home-config/aerc/binds.conf | |||
| @@ -126,6 +126,7 @@ d = :detach<space> | |||
| 126 | S = :sign<Enter> | 126 | S = :sign<Enter> |
| 127 | E = :encrypt<Enter> | 127 | E = :encrypt<Enter> |
| 128 | A = :attach-key<Enter> | 128 | A = :attach-key<Enter> |
| 129 | C = :multipart text/html<Enter> | ||
| 129 | 130 | ||
| 130 | [terminal] | 131 | [terminal] |
| 131 | $noinherit = true | 132 | $noinherit = true |
diff --git a/home-config/aerc/signature_personal b/home-config/aerc/signature_personal new file mode 100644 index 0000000..fd83946 --- /dev/null +++ b/home-config/aerc/signature_personal | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | -- | ||
| 2 | |||
| 3 | Best, | ||
| 4 | Ryan Schanzenbacher | ||
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index e429a79..ede6986 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
| @@ -31,6 +31,7 @@ | |||
| 31 | (packages (append (specifications->packages (list "bat" | 31 | (packages (append (specifications->packages (list "bat" |
| 32 | "xdg-utils" | 32 | "xdg-utils" |
| 33 | "abook" | 33 | "abook" |
| 34 | "fzf" | ||
| 34 | "qrencode" | 35 | "qrencode" |
| 35 | "binutils" | 36 | "binutils" |
| 36 | "gcc-toolchain" | 37 | "gcc-toolchain" |
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index cfb34ab..66afdbb 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
| @@ -27,6 +27,7 @@ input { | |||
| 27 | kb_model = | 27 | kb_model = |
| 28 | kb_options = | 28 | kb_options = |
| 29 | kb_rules = | 29 | kb_rules = |
| 30 | numlock_by_default = true | ||
| 30 | 31 | ||
| 31 | follow_mouse = 1 | 32 | follow_mouse = 1 |
| 32 | 33 | ||
