m 2 base-gui: xhost +local:
This commit is contained in:
parent
f999d1a103
commit
565153ddc5
|
@ -87,5 +87,8 @@ in
|
|||
URxvt.url-select.underline: true
|
||||
URxvt.searchable-scrollback: CM-s
|
||||
'';
|
||||
in "cat ${xdefaultsfile} | xrdb -merge";
|
||||
in ''
|
||||
cat ${xdefaultsfile} | xrdb -merge
|
||||
${pkgs.xorg.xhost}/bin/xhost +local:
|
||||
'';
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
krebs.fetchWallpaper = {
|
||||
enable = true;
|
||||
display = ":0";
|
||||
display = ":0.0";
|
||||
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
|
||||
timerConfig = {
|
||||
OnCalendar = "*:0/30";
|
||||
|
|
Loading…
Reference in a new issue