summaryrefslogtreecommitdiff
path: root/accounts/gkleen@sif/autorandr-profiles
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@sif/autorandr-profiles')
-rw-r--r--accounts/gkleen@sif/autorandr-profiles/def.nix6
-rw-r--r--accounts/gkleen@sif/autorandr-profiles/wk.nix (renamed from accounts/gkleen@sif/autorandr-profiles/bstr.nix)6
2 files changed, 12 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/autorandr-profiles/def.nix b/accounts/gkleen@sif/autorandr-profiles/def.nix
index 304b4afe..5733dbe7 100644
--- a/accounts/gkleen@sif/autorandr-profiles/def.nix
+++ b/accounts/gkleen@sif/autorandr-profiles/def.nix
@@ -1,3 +1,4 @@
1{ pkgs, ... }:
1{ 2{
2 fingerprint = { 3 fingerprint = {
3 eDP-1-1 = "00ffffffffffff004c83414100000000131d0104b5221378029491ae513eb7240b505400000001010101010101010101010101010101f0d40040f17018803020440058c21000001bf0d40040f17018803020440058c21000001b0000000f00ff093cff093c2c800000000000000000fe0041544e413536575230382d3020011502030f00e3058000e6060501736d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab"; 4 eDP-1-1 = "00ffffffffffff004c83414100000000131d0104b5221378029491ae513eb7240b505400000001010101010101010101010101010101f0d40040f17018803020440058c21000001bf0d40040f17018803020440058c21000001b0000000f00ff093cff093c2c800000000000000000fe0041544e413536575230382d3020011502030f00e3058000e6060501736d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab";
@@ -10,4 +11,9 @@
10 mode = "3840x2160"; 11 mode = "3840x2160";
11 }; 12 };
12 }; 13 };
14 hooks = {
15 postswitch = ''
16 ${pkgs.networkmanager}/nmcli radio wifi on
17 '';
18 };
13} 19}
diff --git a/accounts/gkleen@sif/autorandr-profiles/bstr.nix b/accounts/gkleen@sif/autorandr-profiles/wk.nix
index 527f8321..97fa14c9 100644
--- a/accounts/gkleen@sif/autorandr-profiles/bstr.nix
+++ b/accounts/gkleen@sif/autorandr-profiles/wk.nix
@@ -1,3 +1,4 @@
1{ pkgs, ... }:
1{ 2{
2 fingerprint = { 3 fingerprint = {
3 "eDP-1-1" = "00ffffffffffff004c83414100000000131d0104b5221378029491ae513eb7240b505400000001010101010101010101010101010101f0d40040f17018803020440058c21000001bf0d40040f17018803020440058c21000001b0000000f00ff093cff093c2c800000000000000000fe0041544e413536575230382d3020011502030f00e3058000e6060501736d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab"; 4 "eDP-1-1" = "00ffffffffffff004c83414100000000131d0104b5221378029491ae513eb7240b505400000001010101010101010101010101010101f0d40040f17018803020440058c21000001bf0d40040f17018803020440058c21000001b0000000f00ff093cff093c2c800000000000000000fe0041544e413536575230382d3020011502030f00e3058000e6060501736d0700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ab";
@@ -18,4 +19,9 @@
18 mode = "3840x2160"; 19 mode = "3840x2160";
19 }; 20 };
20 }; 21 };
22 hooks = {
23 postswitch = ''
24 ${pkgs.networkmanager}/nmcli radio wifi off
25 '';
26 };
21} 27}