this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

make hotplug run on xinit as well

+13
+13
hosts/profiles/desktop/default.nix
··· 169 169 *.color239: #565761 170 170 *.color240: #6272a4 171 171 *.color241: #b6b6b2 172 + 173 + # hotplug 174 + connect() { 175 + # Turn it on if it was off 176 + xrandr --output HDMI-2 --auto 177 + xrandr --output HDMI-2 --same-as eDP-1 178 + } 179 + 180 + disconnect() { 181 + xrandr --output HDMI-2 --off 182 + } 183 + 184 + xrandr | grep "HDMI-2 connected" &>>/dev/null && connect || disconnect 172 185 EOF 173 186 ''; 174 187 lightdm = {