Squash merge refactor into main
This commit is contained in:
parent
529c9e5fa7
commit
b82cd59f4f
35 changed files with 498 additions and 358 deletions
|
|
@ -2,6 +2,7 @@
|
|||
terminal,
|
||||
osConfig,
|
||||
wallRand,
|
||||
rofiWall,
|
||||
pkgs,
|
||||
lib,
|
||||
}:
|
||||
|
|
@ -11,6 +12,7 @@ let
|
|||
terminal
|
||||
osConfig
|
||||
wallRand
|
||||
rofiWall
|
||||
pkgs
|
||||
lib
|
||||
;
|
||||
|
|
@ -19,7 +21,7 @@ in
|
|||
map (dev: dev // modulesConfig) [
|
||||
# Monitor 1
|
||||
{
|
||||
output = "DP-6";
|
||||
output = "DP-5";
|
||||
layer = "top";
|
||||
exclusive = true;
|
||||
passthrough = false;
|
||||
|
|
@ -67,7 +69,7 @@ map (dev: dev // modulesConfig) [
|
|||
}
|
||||
# Monitor 2
|
||||
{
|
||||
output = "DP-5";
|
||||
output = "DP-6";
|
||||
layer = "top";
|
||||
exclusive = true;
|
||||
height = 54;
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
osConfig,
|
||||
wallRand,
|
||||
pkgs,
|
||||
rofiWall,
|
||||
lib,
|
||||
}:
|
||||
let
|
||||
|
|
@ -268,7 +269,8 @@ in
|
|||
};
|
||||
"custom/wallRand" = {
|
||||
format = "";
|
||||
on-click = "${wallRand}/bin/wallRand";
|
||||
on-click = "${rofiWall}";
|
||||
on-click-right = "${wallRand}";
|
||||
};
|
||||
"custom/airplay" =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue