summaryrefslogtreecommitdiff
path: root/accounts/gkleen@skadhi/niri.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/gkleen@skadhi/niri.nix')
-rw-r--r--accounts/gkleen@skadhi/niri.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/accounts/gkleen@skadhi/niri.nix b/accounts/gkleen@skadhi/niri.nix
index 0ae76e5c..beb3ef4e 100644
--- a/accounts/gkleen@skadhi/niri.nix
+++ b/accounts/gkleen@skadhi/niri.nix
@@ -526,8 +526,9 @@ in {
526 (plain "environment" (lib.mapAttrsToList sleaf execEnvironment)) 526 (plain "environment" (lib.mapAttrsToList sleaf execEnvironment))
527 527
528 (node "output" ["eDP-1"] [ 528 (node "output" ["eDP-1"] [
529 (sleaf "scale" 1.5) 529 (sleaf "scale" 1.125)
530 (sleaf "position" { x = 0; y = 0; }) 530 (sleaf "position" { x = 0; y = 0; })
531 (flag "variable-refresh-rate")
531 ]) 532 ])
532 (node "output" ["Ancor Communications Inc ASUS PB287Q 0x0000DD9B"] [ 533 (node "output" ["Ancor Communications Inc ASUS PB287Q 0x0000DD9B"] [
533 (sleaf "scale" 1.5) 534 (sleaf "scale" 1.5)
@@ -977,7 +978,7 @@ in {
977 }; 978 };
978 "Mod+Shift+L".action = shell { LockSession = {}; }; 979 "Mod+Shift+L".action = shell { LockSession = {}; };
979 "Mod+Shift+Minus" = { 980 "Mod+Shift+Minus" = {
980 action = shell { Suspend = {}; }; 981 action = shell { Sleep = {}; };
981 allow-when-locked = true; 982 allow-when-locked = true;
982 }; 983 };
983 "Mod+Shift+Control+Minus" = { 984 "Mod+Shift+Control+Minus" = {