mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(*): encrypted
This commit is contained in:
parent
3f9d86fe95
commit
7e75f0d934
4 changed files with 3 additions and 60 deletions
|
|
@ -296,7 +296,7 @@ mode "apps" {
|
|||
bindsym m exec "st -e ncmpcpp"; mode default
|
||||
bindsym c exec "copyq toggle"; mode default
|
||||
bindsym k exec "keepassxc"; mode default
|
||||
bindsym e exec mailspring; mode default
|
||||
# bindsym e exec mailspring; mode default
|
||||
bindsym a exec "bash /home/pavel/bin/emacs.sh"; mode default
|
||||
bindsym n exec "st -e newsboat"; mode default
|
||||
bindsym w exec "st /home/pavel/bin/scripts/run_wego"; mode default
|
||||
|
|
|
|||
|
|
@ -3,4 +3,5 @@
|
|||
.config/filezilla/filezilla.xml
|
||||
Mail/thexcloud/.credentials.gmailieer.json
|
||||
Mail/progin6304/.credentials.gmailieer.json
|
||||
.wegorc
|
||||
.wegorc
|
||||
.msmtprc
|
||||
Binary file not shown.
58
.wegorc
58
.wegorc
|
|
@ -1,58 +0,0 @@
|
|||
# wego configuration
|
||||
#
|
||||
# This config has https://github.com/schachmat/ingo syntax.
|
||||
# Empty lines or lines starting with # will be ignored.
|
||||
# All other lines must look like "KEY=VALUE" (without the quotes).
|
||||
# The VALUE must not be enclosed in quotes as well!
|
||||
|
||||
# aat-frontend: Show geo coordinates (default false)
|
||||
aat-coords=true
|
||||
|
||||
# aat-frontend: Monochrome output (default false)
|
||||
aat-monochrome=false
|
||||
|
||||
# BACKEND to be used (default forecast.io)
|
||||
backend=openweathermap
|
||||
|
||||
# NUMBER of days of weather forecast to be displayed (default 3)
|
||||
days=7
|
||||
|
||||
# forecast backend: the api KEY to use (default )
|
||||
forecast-api-key=
|
||||
|
||||
# forecast backend: print raw requests and responses (default false)
|
||||
forecast-debug=false
|
||||
|
||||
# forecast backend: the LANGUAGE to request from forecast.io (default en)
|
||||
forecast-lang=en
|
||||
|
||||
# FRONTEND to be used (default ascii-art-table)
|
||||
frontend=ascii-art-table
|
||||
|
||||
# json frontend: do not indent the output (default false)
|
||||
jsn-no-indent=false
|
||||
|
||||
# LOCATION to be queried (default 40.748,-73.985)
|
||||
location=59.9311,30.3609
|
||||
|
||||
# openweathermap backend: the api KEY to use (default )
|
||||
owm-api-key=7e8baac361184a4b78facb3af5a64926
|
||||
|
||||
# openweathermap backend: print raw requests and responses (default false)
|
||||
owm-debug=false
|
||||
|
||||
# openweathermap backend: the LANGUAGE to request from openweathermap (default en)
|
||||
owm-lang=en
|
||||
|
||||
# UNITSYSTEM to use for output.
|
||||
# Choices are: metric, imperial, si, metric-ms (default metric)
|
||||
units=metric
|
||||
|
||||
# worldweatheronline backend: the api KEY to use (default )
|
||||
wwo-api-key=
|
||||
|
||||
# worldweatheronline backend: print raw requests and responses (default false)
|
||||
wwo-debug=false
|
||||
|
||||
# worldweatheronline backend: the LANGUAGE to request from worldweatheronline (default en)
|
||||
wwo-lang=en
|
||||
Loading…
Add table
Reference in a new issue