various changes

* Stop ignoring pdflatex, I rarely use it anyways
* Add gk and gj to iamb, and put invites first
* Search with searx also in tempbrowsers
* teddit is down, don't redirect to it
* scale backgrounds better
* put slight delay in pipewire to avoid races?
* better unsubscribing from gitlab
This commit is contained in:
Felix Van der Jeugt 2025-09-09 17:44:30 +02:00 committed by Felix Van der Jeugt
parent 3c344366cb
commit a1b46218f5
No known key found for this signature in database
GPG key ID: 58B209295023754D
9 changed files with 35 additions and 22 deletions

View file

@ -20,7 +20,7 @@ user_gutter_width = 15
username_display = "displayname"
[settings.sort]
chats = ["recent"]
chats = ["invite", "recent"]
rooms = ["favorite", "lowpriority", "unread", "name"]
members = ["power", "id"]
@ -30,12 +30,13 @@ style = "config"
[[layout.tabs]]
window = "iamb://chats"
[macros.insert]
"jj" = "<Esc>"
[macros."normal|visual"]
"V" = "<C-W>m"
[dirs]
logs = "/home/ninewise/.local/share/iamb/logs/"
downloads = "/tmp/"
[macros.normal]
"gk" = "<C-O>k<Enter>"
"gj" = "<C-O>j<Enter>"