Update flake
This commit is contained in:
parent
5a70b9493c
commit
5fe73af68e
5 changed files with 43 additions and 39 deletions
|
@ -9,7 +9,7 @@ in {
|
|||
];
|
||||
|
||||
xdg.configFile."quickshell/manifest.conf".text = lib.generators.toKeyValue {} {
|
||||
shell = impurity.link ./shell;
|
||||
lockscreen = impurity.link ./lockscreen;
|
||||
shell = "${impurity.link ./shell}";
|
||||
lockscreen = "${impurity.link ./lockscreen}";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,7 +27,6 @@ Item {
|
|||
readonly property rect collapsedLayerRect: {
|
||||
void [barWindow.windowTransform, popupSurface.windowTransform];
|
||||
return this.mapToItem(popupSurface.contentItem, 0, 0, width, height);
|
||||
|
||||
}
|
||||
|
||||
readonly property rect expandedLayerRect: popupSurface.expandedPosition(this)
|
||||
|
|
|
@ -8,7 +8,12 @@
|
|||
config = {
|
||||
fullscreen = true;
|
||||
scrollbar_policy = "external";
|
||||
activation_mode.use_alt = true;
|
||||
search.hide_spinner = true;
|
||||
|
||||
activation_mode = {
|
||||
use_alt = true;
|
||||
use_f_keys = true;
|
||||
};
|
||||
|
||||
align = {
|
||||
width = 500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue