From e800af660f44c4f2b29bd3c3c2fa85acce03f1db Mon Sep 17 00:00:00 2001 From: Jakub Dlugosz Date: Fri, 31 Oct 2025 13:27:43 +0100 Subject: Adjust some values in config --- src/jd/host.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/jd/host.scm') diff --git a/src/jd/host.scm b/src/jd/host.scm index 1bd5c30..4e573e4 100644 --- a/src/jd/host.scm +++ b/src/jd/host.scm @@ -54,7 +54,8 @@ (list (feature-host-info #:host-name "berserker" - #:timezone "Europe/Warsaw") + #:timezone "Europe/Warsaw" + #:issue "Greetings, wandering soul, craving the tapping keystrokes?") (feature-file-systems #:mapped-devices mapped-devices #:file-systems file-systems) @@ -64,5 +65,7 @@ (profile docked ((output eDP-1 disable) (output DP-3 enable))) (profile docked ((output eDP-1 disable) - (output DP-4 enable))))) + (output DP-4 enable))) + (profile docked ((output eDP-1 disable) + (output DP-6 enable))))) (feature-hidpi))) -- cgit v1.2.3