Fix formatting

This commit is contained in:
Fabian Hauser 2023-11-29 10:31:37 +01:00
parent 84037c73b8
commit b6cdb4fe33
3 changed files with 10 additions and 8 deletions

View file

@ -51,7 +51,10 @@
})
];
office-cyrille-dock.outputs = [
(mkScreen "Acer Technologies Acer PE270K 0x0000B784" // { position = "0,0"; scale = 1.5; })
(mkScreen "Acer Technologies Acer PE270K 0x0000B784" // {
position = "0,0";
scale = 1.5;
})
(mkScreen p14sScreen // {
position = "2560,0";
scale = 2.0;

View file

@ -75,7 +75,8 @@ in rec {
light = "${pkgs.light}/bin/light";
in lib.mkOptionDefault {
"${mod}+p" = "exec passbemenu";
"${mod}+Shift+d" = "exec ${pkgs.rofimoji}/bin/rofimoji --action type --selector fuzzel";
"${mod}+Shift+d" =
"exec ${pkgs.rofimoji}/bin/rofimoji --action type --selector fuzzel";
"${mod}+x" = "move workspace to output right";
"${mod}+y" = "move workspace to output left";