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:
parent
3c344366cb
commit
a1b46218f5
9 changed files with 35 additions and 22 deletions
|
@ -24,14 +24,5 @@ stack.yaml.lock
|
|||
Cargo.lock
|
||||
target/
|
||||
|
||||
# LaTeX
|
||||
*.log
|
||||
*.aux
|
||||
*.toc
|
||||
*.pdf
|
||||
*.bbl
|
||||
*.blg
|
||||
*.out
|
||||
|
||||
# Python
|
||||
__pycache__
|
||||
|
|
|
@ -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>"
|
||||
|
|
|
@ -22,6 +22,7 @@ c.new_instance_open_target = "tab-silent"
|
|||
c.session.default_name = "default"
|
||||
c.tabs.background = True
|
||||
c.tabs.last_close = "close"
|
||||
c.tabs.new_position.stacking = False
|
||||
c.tabs.show = "multiple"
|
||||
c.tabs.favicons.show = "pinned"
|
||||
c.url.default_page = "qute://bookmarks"
|
||||
|
@ -46,6 +47,7 @@ c.url.searchengines = { "startpage": "https://startpage.com/do/search?query={}"
|
|||
, "trantor": "http://kx5thpx2olielkihfyo4jgjqfb7zx7wxr3sd4xzt26ochei4m6f7tayd.onion/search/?q={}"
|
||||
, "duckduckgonion": "https://duckduckgogg42xjoc72x3sjasowoarfbgcmvfimaftt6twagswzczad.onion/html?q={}"
|
||||
, "mellowchan": "https://srx.mellowchan.xyz/?q={}"
|
||||
, "searx": "https://searx.be/?q={}"
|
||||
, "DEFAULT": "https://srx.mellowchan.xyz/?q={}"
|
||||
}
|
||||
|
||||
|
@ -216,8 +218,7 @@ for pattern in allowed:
|
|||
config.set('content.cookies.accept', "no-3rdparty", pattern)
|
||||
|
||||
# Some redirects
|
||||
redirects = { 'www.reddit.com': 'www.teddit.net'
|
||||
, 'www.youtube.com': 'c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion'
|
||||
redirects = { 'www.youtube.com': 'c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion'
|
||||
, 'www.youtube.be': 'c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion'
|
||||
, 'youtu.be': 'c7hqkpkpemu6e7emz5b4vyz7idjgdvgaaa3dyimmeojqbgpea3xqjoid.onion'
|
||||
, 'twitter.com': '3nzoldnxplag42gqjs23xvghtzf6t6yzssrtytnntc6ppc7xxuoneoad.onion'
|
||||
|
|
|
@ -39,9 +39,9 @@ riverctl default-layout rivertile
|
|||
riverctl rule-add -title skmenu float
|
||||
riverctl rule-add ssd
|
||||
|
||||
riverctl spawn 'dbus-run-session pipewire'
|
||||
riverctl spawn 'sleep 3 && dbus-run-session pipewire'
|
||||
riverctl spawn 'swayidle timeout 300 waylock timeout 300 "wlopm --off \*" resume "wlopm --on \*"'
|
||||
riverctl spawn "wbg '$(find -L /data/pictures/background-source/ -type f | sort -R | head -1)'"
|
||||
riverctl spawn "wbg -s '$(find -L /data/pictures/background-source/ -type f | sort -R | head -1)'"
|
||||
riverctl spawn 'wlsunset -l 50.85 -L 4.35'
|
||||
|
||||
rivertile -view-padding 0 -outer-padding 0 -main-ratio 0.7 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue