m 2 base-gui: xhost +local:

This commit is contained in:
makefu 2016-08-02 11:49:24 +02:00
parent d82d6dfb86
commit e215b30483
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
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";