clipboard persistance
This commit is contained in:
parent
17dd88d7ab
commit
26763c3b67
1 changed files with 4 additions and 1 deletions
|
@ -158,7 +158,10 @@ in {
|
||||||
|
|
||||||
monitor=",highrr,auto,auto";
|
monitor=",highrr,auto,auto";
|
||||||
|
|
||||||
exec-once = [ "${lib.getExe pkgs.networkmanagerapplet}" ];
|
exec-once = [
|
||||||
|
"${lib.getExe pkgs.networkmanagerapplet}"
|
||||||
|
"${lib.getExe pkgs.wl-clip-persist} --clipboard primary" # to fix wl clipboards disappearing
|
||||||
|
];
|
||||||
|
|
||||||
env = [
|
env = [
|
||||||
"XCURSOR_THEME,${config.modules.desktop.themes.cursorTheme.name}"
|
"XCURSOR_THEME,${config.modules.desktop.themes.cursorTheme.name}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue