home(gui): add desktop background
This commit is contained in:
parent
0b7ac135ad
commit
c508b1f230
1 changed files with 5 additions and 1 deletions
|
@ -8,6 +8,8 @@ in mkIf config.passthrough.gui {
|
|||
enable = true;
|
||||
config = {
|
||||
modifier = "Mod4";
|
||||
menu = "wofi -show drun -modi drun";
|
||||
|
||||
keybindings = let
|
||||
modifier = config.wayland.windowManager.sway.config.modifier;
|
||||
in mkOptionDefault {
|
||||
|
@ -20,7 +22,9 @@ in mkIf config.passthrough.gui {
|
|||
"${modifier}+q" = "exec google-chrome-stable";
|
||||
};
|
||||
|
||||
menu = "wofi -show drun -modi drun";
|
||||
input."*".natural_scroll = "enabled";
|
||||
input."type:touchpad".tap = "enabled";
|
||||
output."*".bg = "${../../share/54345906_p0.jpg} fill";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue