diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-06-18 06:51:35 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-06-18 06:51:35 -0400 |
| commit | f2efb2542f7cd37d106e283701912d55c061bb1d (patch) | |
| tree | c70278daec88c4e8cda2d40171b1dca955d8c198 /modules/ryan-config | |
| parent | 2d5c431cc385b89d3162bd24cee164a6ae958c21 (diff) | |
changed sleep settings when docked
Diffstat (limited to 'modules/ryan-config')
| -rw-r--r-- | modules/ryan-config/base-system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ryan-config/base-system.scm b/modules/ryan-config/base-system.scm index 402dc82..d0153a0 100644 --- a/modules/ryan-config/base-system.scm +++ b/modules/ryan-config/base-system.scm | |||
| @@ -251,6 +251,7 @@ | |||
| 251 | (handle-power-key `ignore) | 251 | (handle-power-key `ignore) |
| 252 | (handle-suspend-key `ignore) | 252 | (handle-suspend-key `ignore) |
| 253 | (handle-lid-switch `ignore) | 253 | (handle-lid-switch `ignore) |
| 254 | (handle-lid-switch-docked 'ignore) | ||
| 254 | (kill-user-processes? #t))) | 255 | (kill-user-processes? #t))) |
| 255 | (network-manager-service-type config => | 256 | (network-manager-service-type config => |
| 256 | (network-manager-configuration | 257 | (network-manager-configuration |
