diff options
Diffstat (limited to 'src/jd/host.scm')
-rw-r--r-- | src/jd/host.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/jd/host.scm b/src/jd/host.scm index 7071a3f..d94d0e2 100644 --- a/src/jd/host.scm +++ b/src/jd/host.scm | |||
@@ -43,5 +43,7 @@ | |||
43 | #:extra-config | 43 | #:extra-config |
44 | `((profile laptop ((output eDP-1 enable))) | 44 | `((profile laptop ((output eDP-1 enable))) |
45 | (profile docked ((output eDP-1 disable) | 45 | (profile docked ((output eDP-1 disable) |
46 | (output DP-3 enable))))) | 46 | (output DP-3 enable))) |
47 | (profile docked ((output eDP-1 disable) | ||
48 | (output DP-4 enable))))) | ||
47 | (feature-hidpi))) | 49 | (feature-hidpi))) |