diff options
author | makefu <github@syntax-fehler.de> | 2016-08-02 11:49:24 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-08-02 11:49:39 +0200 |
commit | e215b30483a4275ac831c6def9c27b004d4d6887 (patch) | |
tree | 6725f6bb9f7d5a29550e50dbf4c176d8af158d81 /makefu | |
parent | d82d6dfb8609fadc8a65c6ff61e8ced2fdbde9ba (diff) |
m 2 base-gui: xhost +local:
Diffstat (limited to 'makefu')
-rw-r--r-- | makefu/2configs/base-gui.nix | 5 | ||||
-rw-r--r-- | makefu/2configs/fetchWallpaper.nix | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/makefu/2configs/base-gui.nix b/makefu/2configs/base-gui.nix index f7d6991c5..a028e5073 100644 --- a/makefu/2configs/base-gui.nix +++ b/makefu/2configs/base-gui.nix @@ -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: + ''; } diff --git a/makefu/2configs/fetchWallpaper.nix b/makefu/2configs/fetchWallpaper.nix index 786df6d40..fb74919c4 100644 --- a/makefu/2configs/fetchWallpaper.nix +++ b/makefu/2configs/fetchWallpaper.nix @@ -3,7 +3,7 @@ { krebs.fetchWallpaper = { enable = true; - display = ":0"; + display = ":0.0"; unitConfig.ConditionPathExists = "!/var/run/ppp0.pid"; timerConfig = { OnCalendar = "*:0/30"; |