This commit is contained in:
2026-02-01 13:58:13 +02:00
parent b89db2e5c3
commit 3200c6398a
8 changed files with 20 additions and 8 deletions

View File

@@ -10,6 +10,7 @@ abbr b bat -p
abbr ma -- mpv --profile=anime .
abbr mm -- mpv --profile=music --shuffle \$XDG_MUSIC_DIR
abbr soc sea-orm-cli
abbr lg lazygit
# abbr dots -- git --git-dir \~/.dotfiles/ --work-tree \~
abbr gl git log

View File

@@ -109,7 +109,7 @@ A-e = "move_parent_node_end"
A-b = "move_parent_node_start"
C-p = [
':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "$p" | html2text -b0 | head -c -2; or wl-paste --no-newline 2>/dev/null',
':insert-output set p (wl-paste -t text/html 2>/dev/null); and printf "$p" | html2text -b0 | head -c -1; or wl-paste --no-newline 2>/dev/null',
"append_mode",
"collapse_selection",
]

View File

@@ -94,7 +94,7 @@ exportPdf = "never" # onSave, default: never
[[language]]
name = "env"
file-types = ["conf", { glob = ".envrc" }]
file-types = ["conf", { glob = ".env*" }, { glob = "env.example" }]
[[language]]
name = "devicetree"
@@ -178,5 +178,8 @@ extraArgs = [
# Use in production
"-Aclippy::restriction", # lints which prevent the use of language and library features
# Other
"-Aclippy::must_use_candidate", # must_use is rather annoing
"-Aclippy::must_use_candidate", # must_use is rather annoing
"-Aclippy::cognitive_complexity",
"-Aclippy::too_many_lines",
"-Aclippy::missing_errors_doc",
]

View File

@@ -1,5 +1,10 @@
inherits = "carbonfox"
"ui.background" = { bg = "bg0" }
"ui.cursorline.primary" = { bg = "bg2" }
"ui.virtual.ruler" = { bg = "bg2" }
warning = "magenta"
error = "red"
info = "blue"

View File

@@ -173,7 +173,7 @@ bind = SHIFT, O, exec, QT_SCALE_FACTOR=1 obs
bind = SHIFT, O, submap, reset
bind =, K, exec, klavaro
bind =, K, submap, reset
bind = SHIFT, S, exec, gamemoderun steam
bind = SHIFT, S, exec, steam
bind = SHIFT, S, submap, reset
# bind =, D, exec, discord --enable-features=UseOzonePlatform --ozone-platform=wayland
bind =, D, exec, vesktop # drawio

View File

@@ -21,11 +21,12 @@ windowrule = rounding 0, match:float 0, match:workspace f[1]
# Tearing
windowrule = monitor 1, workspace 10, immediate on, fullscreen on, match:class Liftoff.*
windowrule = monitor 1, workspace 10, immediate on, fullscreen on, match:class Albion-Online
windowrule = monitor 1, workspace 10, immediate on, fullscreen on, match:initial_title Minecraft.*
# Muh privacy
layerrule = no_screen_share on, match:namespace ^(notifications)$
windowrule = no_screen_share on, match:class ^(Bitwarden|nheko|vesktop|org\.telegram\.desktop)$
windowrule = no_screen_share on, match:class ^(Bitwarden|nheko|vesktop|org\.telegram\.desktop|com\.obsproject\.Studio)$
windowrule = float on, match:class ^(Bitwarden|cmst|nemo|qt5ct|waypaper|nwg-look|wdisplays|VirtualBox|pavucontrol|connman-gtk|boulder_dash|blueman-manager|org\.gnome\.Software|nm-connection-editor|org\.kde\.polkit-kde-authentication-agent-1)$
windowrule = float on, match:class ^(org.telegram.desktop|telegramdesktop)$, match:title ^(Media viewer)$

View File

@@ -3,6 +3,8 @@ gui:
# One of 'rounded' (default) | 'single' | 'double' | 'hidden' | 'bold'
border: single
git:
autoFetch: false
overrideGpg: true
pagers:
- pager: delta --paging=never
- pager: delta --paging=never --side-by-side --line-numbers

View File

@@ -12,9 +12,9 @@ lto = true
[profile.dev]
opt-level = 1
debug = "line-tables-only"
codegen-backend = "cranelift"
[unstable]
codegen-backend = true
# codegen-backend = "cranelift"
# [unstable]
# codegen-backend = true
[profile.dev.package."*"]
opt-level = 3