From 5de43bb3740eef3f040da93eea1fe08c9bc26263 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Wed, 11 May 2022 10:40:49 +0900 Subject: Update lab config --- nixos/.Xdefaults | 2 +- nixos/.config/systemd/user/mbsync.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos') diff --git a/nixos/.Xdefaults b/nixos/.Xdefaults index b9581ea..869589d 100644 --- a/nixos/.Xdefaults +++ b/nixos/.Xdefaults @@ -29,7 +29,7 @@ URxvt.jumpScroll: true URxvt.font: xft:Latin Modern Mono:size=15:autohint=true URxvt.termName: rxvt-unicode-256color URxvt.perl-ext-common: default,font-size,autocomplete-ALL-the-things -URxvt.font-size.step: 1 +URxvt.font-size.step: 3 URxvt.keysym.M-C-slash: perl:aAtt:word-complete URxvt.keysym.M-question: perl:aAtt:fuzzy-complete URxvt.keysym.M-quotedbl: perl:aAtt:undo diff --git a/nixos/.config/systemd/user/mbsync.service b/nixos/.config/systemd/user/mbsync.service index ca4a07b..85c522f 100644 --- a/nixos/.config/systemd/user/mbsync.service +++ b/nixos/.config/systemd/user/mbsync.service @@ -5,7 +5,7 @@ ConditionPathExists=%h/.mbsyncrc After=network.target [Service] -ExecStart=/run/current-system/sw/bin/mbsync primary school legacy +ExecStart=/run/current-system/sw/bin/mbsync primary school Type=oneshot [Install] -- cgit 1.4.1