diff options
| author | Jakub Dlugosz <me@jdlugosz.com> | 2025-10-31 13:27:43 +0100 | 
|---|---|---|
| committer | Jakub Dlugosz <me@jdlugosz.com> | 2025-10-31 13:27:43 +0100 | 
| commit | e800af660f44c4f2b29bd3c3c2fa85acce03f1db (patch) | |
| tree | 91a7f0695ae579aa0196a550c372a1c122fa54e9 /src/jd/host.scm | |
| parent | 0ef6c3c87310d85d24f34f3fcec155fc9a80bbd7 (diff) | |
| download | dotfiles-e800af660f44c4f2b29bd3c3c2fa85acce03f1db.tar.gz dotfiles-e800af660f44c4f2b29bd3c3c2fa85acce03f1db.zip  | |
Adjust some values in config
Diffstat (limited to 'src/jd/host.scm')
| -rw-r--r-- | src/jd/host.scm | 7 | 
1 files changed, 5 insertions, 2 deletions
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 @@ | |||
| 54 | (list | 54 | (list | 
| 55 | (feature-host-info | 55 | (feature-host-info | 
| 56 | #:host-name "berserker" | 56 | #:host-name "berserker" | 
| 57 | #:timezone "Europe/Warsaw") | 57 | #:timezone "Europe/Warsaw" | 
| 58 | #:issue "Greetings, wandering soul, craving the tapping keystrokes?") | ||
| 58 | (feature-file-systems | 59 | (feature-file-systems | 
| 59 | #:mapped-devices mapped-devices | 60 | #:mapped-devices mapped-devices | 
| 60 | #:file-systems file-systems) | 61 | #:file-systems file-systems) | 
| @@ -64,5 +65,7 @@ | |||
| 64 | (profile docked ((output eDP-1 disable) | 65 | (profile docked ((output eDP-1 disable) | 
| 65 | (output DP-3 enable))) | 66 | (output DP-3 enable))) | 
| 66 | (profile docked ((output eDP-1 disable) | 67 | (profile docked ((output eDP-1 disable) | 
| 67 | (output DP-4 enable))))) | 68 | (output DP-4 enable))) | 
| 69 | (profile docked ((output eDP-1 disable) | ||
| 70 | (output DP-6 enable))))) | ||
| 68 | (feature-hidpi))) | 71 | (feature-hidpi))) | 
