mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-15 11:47:54 +08:00
autorandr service
This commit is contained in:
parent
246938e646
commit
472c77c8bb
3 changed files with 5 additions and 2 deletions
|
|
@ -22,6 +22,5 @@
|
|||
xclip
|
||||
xsel
|
||||
arandr
|
||||
autorandr
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,4 +26,8 @@
|
|||
};
|
||||
};
|
||||
services.xserver.displayManager.defaultSession = "none+xmonad";
|
||||
|
||||
services.autorandr = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ main = do
|
|||
where
|
||||
cfg =
|
||||
def
|
||||
{ -- modMask = mod4Mask, -- Use Super instead of Alt
|
||||
{ modMask = mod4Mask, -- Use Super instead of Alt (Using Alt messes up bash shortcuts)
|
||||
terminal = "alacritty", -- "myst",
|
||||
layoutHook =
|
||||
borderSpacingBetweenWindows $
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue