diff options
| -rw-r--r-- | oni/home/config/pop-os.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index e177185..37ec867 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -20,6 +20,7 @@ #:select (playerctl)) #:use-module ((gnu packages pulseaudio) #:select (pamixer)) + #:use-module (gnu packages xdisorg) #:use-module ((gnu services) #:select (service)) #:use-module ((guix gexp) @@ -158,7 +159,11 @@ hlwm-run-or-raise shutdown-rofi playerctl - pamixer)) + pamixer + ;; need to have a file + ;; /etc/udev/rules.d/40-monitor-hotplug.rules + ;; ACTION=="change", SUBSYSTEM=="drm", RUN+="/var/guix/profiles/per-user/tomwillemsen/guix-home/profile/bin/autorandr --batch --change --default default" + autorandr)) (services (list home-channels-service home-dunst-default-service home-environment-service |
