Compare commits

..

2 Commits

Author SHA1 Message Date
exu
63ea306c34 Enable histogram diff algorithm for git 2024-03-16 10:24:45 +01:00
exu
e08fd8ef13 Fix KDE Connect file transfer dialog 2024-03-16 10:24:25 +01:00
2 changed files with 5 additions and 3 deletions

View File

@ -435,7 +435,9 @@ for_window [app_id="[Tt]hunar" title="Dateivorgangsfortschritt"] floating enable
for_window [app_id="[Tt]hunar" title="Ersetzen von Dateien bestätigen"] floating enable
for_window [app_id="file-roller" title="Archiv entpacken"] floating enable
for_window [app_id="qalculate-gtk"] floating enable
for_window [app_id="org.kde.kdeconnect.daemon" title="Dateien werden empfangen — KDE Connect-Dienst"] floating enable
for_window [app_id="org.kde.kdeconnect.daemon" title="^Datei(en)? (wird|werden) empfangen .* KDE Connect-Dienst$"] floating enable
# Datei wird empfangen (28 % von 25.5 MiB ) — KDE Connect-Dienst
# Dateien werden empfangen — KDE Connect-Dienst
#########################################
##### statusbar #####

View File

@ -7,8 +7,8 @@
# https://jvns.ca/blog/2024/02/16/popular-git-config-options/#merge-conflictstyle-zdiff3
#[merge]
# conflictstyle = zdiff3
#[diff]
# algorithm = histogram
[diff]
algorithm = histogram
#[branch]
# sort = -committerdate
#[tag]