added vm auto-resizing screens.
This commit is contained in:
parent
43a47321e4
commit
07a4bf6477
11 changed files with 70 additions and 38 deletions
|
@ -25,6 +25,8 @@
|
|||
home.packages = with pkgs; [
|
||||
maim
|
||||
brightnessctl
|
||||
arandr
|
||||
dex
|
||||
];
|
||||
services.playerctld.enable = true;
|
||||
xsession.enable = true;
|
||||
|
@ -209,13 +211,18 @@
|
|||
{
|
||||
command = "betterlockscreen --lock blur";
|
||||
notification = false;
|
||||
always = true;
|
||||
always = false;
|
||||
}
|
||||
{
|
||||
command = "betterlockscreen --wall";
|
||||
notification = false;
|
||||
always = true;
|
||||
}
|
||||
{
|
||||
command = "dex --autostart";
|
||||
notification = false;
|
||||
always = false;
|
||||
}
|
||||
# {
|
||||
# command = "~/.fehbg";
|
||||
# notification = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue