summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-11-06 23:40:41 +0200
committerPaul Buetow <paul@buetow.org>2025-11-06 23:40:41 +0200
commit310470ad1e331447ce82007119a2f53a94b72dd0 (patch)
treeb88a8cb12ecf50c1e432d8d43dc8ed20f0dd52de
parentd98e1097c03ffe7e48d80ed4d08d317f3a84c100 (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/supersync.fish11
-rw-r--r--dotfiles/sway/config.d/keyboard.conf2
2 files changed, 7 insertions, 6 deletions
diff --git a/dotfiles/fish/conf.d/supersync.fish b/dotfiles/fish/conf.d/supersync.fish
index 73c2267..5f6ddb3 100644
--- a/dotfiles/fish/conf.d/supersync.fish
+++ b/dotfiles/fish/conf.d/supersync.fish
@@ -72,11 +72,12 @@ function supersync::gitsyncer
if not test -f $enable_file
echo $now >$enable_file
- else
- set last_run (cat $enable_file)
- if test (math $now - $last_run) -lt $weekly_interval
- return
- end
+ echo Gitsyncer is not enabled
+ end
+
+ set last_run (cat $enable_file)
+ if test (math $now - $last_run) -lt $weekly_interval
+ return
end
if test -f ~/go/bin/gitsyncer
diff --git a/dotfiles/sway/config.d/keyboard.conf b/dotfiles/sway/config.d/keyboard.conf
index 6b10a78..cf91046 100644
--- a/dotfiles/sway/config.d/keyboard.conf
+++ b/dotfiles/sway/config.d/keyboard.conf
@@ -1,6 +1,6 @@
input "type:keyboard" {
xkb_layout us,gb,de
- xkb_options grp:win_space_toggle
+ xkb_options grp:win_space_toggle
}
input * xkb_options "caps:escape"