70 Commits

Author SHA1 Message Date
5f9823bbf9 Merge branch 'gpg-update' 2024-01-01 21:51:55 +01:00
12abfc75eb [mail]: Add jm@sauers.cc account 2024-01-01 21:50:35 +01:00
e118e7b972 [mail]: Update GPG Key 2024-01-01 21:44:29 +01:00
20ff221afd [mail]: Remove unused file 2024-01-01 21:39:54 +01:00
449ab42e2f [mail]: Update account uni
* Native SMTP usage
* Seperate from other mutt account
* Change mail address
2024-01-01 15:22:34 +01:00
f82d46cd53 [mail]: Change gmail account setting
Change to use native SMTP and seperate from other mutt accounts.
2024-01-01 15:00:28 +01:00
19845eae55 [mail]: Remove obsolete keybindings from muttrc 2023-12-28 22:43:34 +01:00
5655335789 [mail]: Remove accounts from muttrc
First commit in a series of commit to switch to seperate account file.
This is needed to support multiple account on the same mail server in
saner way.
2023-12-28 22:41:42 +01:00
8b15447b97 [mail]: Use imap_idle
Using imap_idle per default now.
2023-12-28 22:38:04 +01:00
ca39b6b544 [mail]: Cleanup muttrc
Remove unused options and obsolete configuration values.
2023-12-28 22:35:49 +01:00
3f582c0777 [gnupg] Update gpg.conf
Since SKS keyservers are gone changing default keyserver to
keyserver.ubuntu.com an honoring key server urls.
2023-12-28 22:23:11 +01:00
71313888dd Fix .xsessonrc to setup correct DPI 2023-11-22 22:14:04 +01:00
653775a860 Update base16-shell submodule 2023-11-22 22:13:31 +01:00
b64fffa400 Update vim plugins 2023-11-22 22:13:09 +01:00
794512c186 Remove "youcompleteme"
Errors on loading plugin caused by upgrade in upstream package.
Systemwide plugin can now loaded with ':packadd youcompleteme'

See: /usr/share/doc/vim-youcompleteme/README.Debian
2023-11-22 22:10:09 +01:00
bf78fbe56a vim: Add plugin 'vim-gnupg' 2022-05-12 16:07:52 +02:00
bf414920a8 vim/bundle: Remove plugin vim-soloarized 2022-05-12 16:03:25 +02:00
3ef93c655e Update .gitignore 2022-05-12 16:03:02 +02:00
e80f7e4d81 msmtp: Enable logging to syslog 2022-05-12 15:54:07 +02:00
dceefadc7e Xsessionrc: Set Keyboard layout
Add Keyboard layout for eu,de and keygroup for changing.
2022-05-12 15:51:16 +02:00
935f12aa7d shell: Update .profile
Add .cabal PATH.
2022-05-12 15:49:20 +02:00
bd270268fc i3: Update xautolock timeout
Increase xautolock timeout.
2022-05-12 15:47:33 +02:00
6438c2dd53 Update .gitignore 2020-12-15 17:31:03 +01:00
35e74baeb8 mail: Change google imap auth method
Define the used method for imap authentication. Otherwise, when SASL is
available, mutt will try to authenticate with oauth-tokens. Maybe we
will use this in the future.
2020-12-15 17:29:10 +01:00
8997cdeb2a Merge branch 'adwaita'
* adwaita:
  adwaita: Remove hard coded css
2020-12-15 17:28:39 +01:00
11937e6f03 adwaita: Remove hard coded css
Instead of linking the css files directly, define the wanted theme in
the correct files. Before this, firefox had trouble to display input
fields correctly. It was not possible for firefox to override the dark
setting for content. Now it works as aspected.
2020-12-15 17:26:24 +01:00
0a507140a1 Merge branch 'i3-volume'
* i3-volume:
  i3: Add volume control binding group
2020-12-15 17:21:50 +01:00
075920454d i3: Add volume control binding group
Simple volume control binding group.
2020-12-15 17:19:05 +01:00
7791b158ed Merge branch 'gpg-agent'
* gpg-agent:
  gnupg: Use system provided /usr/bin/pinentry
  gnupg: Enable SSH support for gpg-agent
2020-12-04 11:22:04 +01:00
3d613ee9ab gnupg: Use system provided /usr/bin/pinentry
Use system provided pinentry instead of a fixed version -gnome3 etc.
2020-12-04 11:20:43 +01:00
aa0a73ff16 gnupg: Enable SSH support for gpg-agent
This enables the ssh agent compatability of gpg-agent.
2020-12-04 11:19:09 +01:00
e929c1c694 Merge branch 'i3-settings'
Add some i3 related changes.

* i3-settings:
  i3: Remove names workspace
  i3: Enable binding for child focus
  i3: Use urxvt daemon
  i3: Change default font
  i3: Add 'power' mode binding
  i3: Replace i3lock with light-locker
2020-12-04 11:17:02 +01:00
15c0da50b3 i3: Remove names workspace
I do not use this named workspace in a consistent way so lets remove
them for now.
2020-12-03 15:03:36 +01:00
0ab9954487 i3: Enable binding for child focus
Enable binding to set focus to child.
2020-12-03 15:03:36 +01:00
d9589b78d0 i3: Use urxvt daemon
This enables the urxvt deamon on i3 startup and all following terminals
(opened through i3) will be attached to the daemon. For more information
consult urxvtd(1) manpage.
2020-12-03 15:03:36 +01:00
342a1d3d98 i3: Change default font
Change the default font to 'DejaVu Sans'
2020-12-03 15:03:36 +01:00
6fe90417bd i3: Add 'power' mode binding
This adds a seperate mode binding for controlling power state (suspend,
reboot and poweroff)
2020-12-03 15:03:36 +01:00
f5c4e837df i3: Replace i3lock with light-locker
Replace i3lock with light-locker to enable multi-user setup.
i3lock does not let switch user. light-locker locks with lightdm.
2020-12-03 15:03:36 +01:00
5eb5e7f2aa Merge branch 'adwaita-dark' 2020-12-02 18:11:48 +01:00
d6d7b67c7d Add 'adwaita-dark' for Gtk2, Gtk3 and Qt apps
Add global configuration for dark mode app for all mayor desktop apps.
2020-12-02 17:32:44 +01:00
090eaad6ac Merge branch 'no-ff'
* no-ff:
  mail: Remove format-flowed
2020-12-01 22:04:38 +01:00
ef3f862191 mail: Remove format-flowed
Remove format flowed configuration from mutt and vim.
I tried this some time and will stick to self formatting.
2020-12-01 22:03:22 +01:00
e855d4d0fc mail: Seperate mutt account
This seperates my mutt accounts. On startup no default folder is
openend. Bash aliases can be used to start mutt with the desired folder.
2020-12-01 21:53:33 +01:00
1c450d4011 mail: Limit gmail authenticators
I only use the 'login' authenticator. When i.e. sasl-xoauth is available
a error is printed before login happens. Limiting the authenticator to
the only method hide this.
2020-12-01 21:49:21 +01:00
988ccaa0a9 mail: Rename *.gpg files
These files are ascii armored, the default ending is .asc
2020-11-24 21:43:57 +01:00
04c604314c Merge branch 'urxvt'
* urxvt:
  urxvt: Change geometry
  urxvt: Set base16 colorscheme
2020-11-24 21:39:02 +01:00
32f85ba840 urxvt: Change geometry 2020-11-24 21:38:39 +01:00
4f9b1d5f41 urxvt: Set base16 colorscheme
Sometime it is usefull to set the colorscheme directly in urxvt instead
of the base16-shell script (when script loading is slow etc)
2020-11-24 20:50:06 +01:00
8752be3b14 powerline: Do not start powerline on 'linux' console
The linux console is not often used, but powerline messes this up with
unsupported characters.
2020-11-24 16:17:05 +01:00
27a5dc855d Add bash-completion for 'gssh'
This enables bash-completion for 'gssh'.
2020-11-24 16:01:04 +01:00