m 2 base-gui: xhost +local:

This commit is contained in:
makefu 2016-08-02 11:49:24 +02:00
parent f999d1a103
commit 565153ddc5
2 changed files with 5 additions and 2 deletions

View file

@ -87,5 +87,8 @@ in
URxvt.url-select.underline: true URxvt.url-select.underline: true
URxvt.searchable-scrollback: CM-s URxvt.searchable-scrollback: CM-s
''; '';
in "cat ${xdefaultsfile} | xrdb -merge"; in ''
cat ${xdefaultsfile} | xrdb -merge
${pkgs.xorg.xhost}/bin/xhost +local:
'';
} }

View file

@ -3,7 +3,7 @@
{ {
krebs.fetchWallpaper = { krebs.fetchWallpaper = {
enable = true; enable = true;
display = ":0"; display = ":0.0";
unitConfig.ConditionPathExists = "!/var/run/ppp0.pid"; unitConfig.ConditionPathExists = "!/var/run/ppp0.pid";
timerConfig = { timerConfig = {
OnCalendar = "*:0/30"; OnCalendar = "*:0/30";