diff --git a/.config/i3/config b/.config/i3/config index e419421..cf2f763 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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 diff --git a/.config/yadm/encrypt b/.config/yadm/encrypt index ed0c273..1a12150 100644 --- a/.config/yadm/encrypt +++ b/.config/yadm/encrypt @@ -3,4 +3,5 @@ .config/filezilla/filezilla.xml Mail/thexcloud/.credentials.gmailieer.json Mail/progin6304/.credentials.gmailieer.json -.wegorc \ No newline at end of file +.wegorc +.msmtprc \ No newline at end of file diff --git a/.config/yadm/files.gpg b/.config/yadm/files.gpg index 97627c9..eede1dd 100644 Binary files a/.config/yadm/files.gpg and b/.config/yadm/files.gpg differ diff --git a/.wegorc b/.wegorc deleted file mode 100644 index 0063f64..0000000 --- a/.wegorc +++ /dev/null @@ -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