m 2 base-gui: xhost +local:
This commit is contained in:
parent
d82d6dfb86
commit
e215b30483
@ -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:
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user