1
0
mirror of https://github.com/gryf/urxvt-font.git synced 2026-03-18 20:33:33 +01:00

WIP: load xdefaults

This commit is contained in:
2020-01-18 18:01:38 +01:00
parent 2694067782
commit 5353d7b43a

5
font
View File

@@ -157,6 +157,11 @@ sub change_size
}
close XRDB_MERGE || die "bad xrdb: $! $?";
system("xrdb -edit " . X_RESOURCES);
# Load other users resources
if (-e "$ENV{HOME}/.Xdefaults"){
system("xrdb -all ~/.Xdefaults");
}
}
sub on_user_command