mirror of
https://github.com/gryf/urxvt-font.git
synced 2026-03-30 06:43:33 +02:00
WIP: load xdefaults
This commit is contained in:
5
font
5
font
@@ -157,6 +157,11 @@ sub change_size
|
|||||||
}
|
}
|
||||||
close XRDB_MERGE || die "bad xrdb: $! $?";
|
close XRDB_MERGE || die "bad xrdb: $! $?";
|
||||||
system("xrdb -edit " . X_RESOURCES);
|
system("xrdb -edit " . X_RESOURCES);
|
||||||
|
|
||||||
|
# Load other users resources
|
||||||
|
if (-e "$ENV{HOME}/.Xdefaults"){
|
||||||
|
system("xrdb -all ~/.Xdefaults");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
sub on_user_command
|
sub on_user_command
|
||||||
|
|||||||
Reference in New Issue
Block a user