diff options
author | 2024-06-19 09:36:15 -0400 | |
---|---|---|
committer | 2024-06-19 09:36:15 -0400 | |
commit | a11301d3da81b87e08348e27706c53e61195dca3 (patch) | |
tree | 75831f7c7fa68f823c8b835e5ab6e4d8950d211b /.config | |
parent | 2ef9d77bbba138f45a7858f3a99c6a3c705c75e3 (diff) | |
download | configs-a11301d3da81b87e08348e27706c53e61195dca3.tar.gz configs-a11301d3da81b87e08348e27706c53e61195dca3.tar.xz configs-a11301d3da81b87e08348e27706c53e61195dca3.zip |
Various updates
Diffstat (limited to '.config')
-rw-r--r-- | .config/foot/foot.ini | 2 | ||||
-rw-r--r-- | .config/git/config | 10 | ||||
-rw-r--r-- | .config/isync/mbsyncrc | 4 | ||||
-rw-r--r-- | .config/mpv/mpv.conf | 2 | ||||
-rw-r--r-- | .config/sway/config | 6 |
5 files changed, 12 insertions, 12 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index ff0740c..b9c9c83 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -74,7 +74,7 @@ lines=100000 # hide-when-typing=no # alternate-scroll-mode=yes -[touch] +#[touch] # long-press-delay=400 [colors] diff --git a/.config/git/config b/.config/git/config index e9f8388..2d3bfd8 100644 --- a/.config/git/config +++ b/.config/git/config @@ -87,15 +87,15 @@ name = debian/changelog merge driver driver = dpkg-mergechangelogs -m %O %A %B %A -[includeIf "gitdir:~/src/gnu/"] +[includeIf "gitdir:src/gnu/"] path = ~/.config/git/config.gnu -[includeIf "gitdir:~/src/debian/"] +[includeIf "gitdir:src/debian/"] path = ~/.config/git/config.debian -[includeIf "gitdir:~/src/canonical/"] +[includeIf "gitdir:src/canonical/"] path = ~/.config/git/config.canonical -[includeIf "gitdir:~/src/sfl/"] +[includeIf "gitdir:src/sfl/"] path = ~/.config/git/config.sfl [cinnabar] - version-check = 1709664726 + version-check = 1718710536 [help] autoCorrect = prompt diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc index ec6d804..b0151fd 100644 --- a/.config/isync/mbsyncrc +++ b/.config/isync/mbsyncrc @@ -9,7 +9,7 @@ Host mail.kelar.org User bandali@kelar.org PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/kelar.gpg" SSLType IMAPS -Timeout 240 +Timeout 300 IMAPStore kelar-remote Account kelar @@ -60,7 +60,7 @@ Host mail.shemshak.org User gnu@bndl.org PassCmd "gpg -q --for-your-eyes-only -d ~/.passwd/gnub.gpg" SSLType IMAPS -Timeout 360 +Timeout 420 IMAPStore gnub-remote Account gnub diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index dd3b3b4..2b0d324 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -27,5 +27,5 @@ sub-border-size=0 sub-border-color=0/1 sub-shadow-color=0/1 sub-shadow-offset=1.2 -sub-ass-style-overrides=Kerning=yes +sub-ass-force-style=Kerning=yes sub-ass-line-spacing=0 diff --git a/.config/sway/config b/.config/sway/config index c251a25..684218e 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -26,6 +26,7 @@ input * { repeat_delay 200 repeat_rate 45 xkb_layout us,ir + # xkb_layout us(colemak_dh),ir } floating_modifier $mod normal @@ -164,7 +165,7 @@ bar { } } -seat seat0 hide_cursor 5000 +seat seat0 hide_cursor 10000 seat seat0 xcursor_theme DMZ-White default_border pixel 4 @@ -172,8 +173,7 @@ hide_edge_borders smart for_window [window_role="pop-up"] floating enable -for_window [app_id="mpv"] floating enable -for_window [app_id="mumble"] floating enable, inhibit_idle +for_window [app_id="mumble"] floating enable, inhibit_idle open for_window [app_id="nm-connection-editor"] floating enable for_window [app_id="virt-manager"] floating enable for_window [class="Vncviewer"] floating enable |