Use the DPI setting within the i3bar (#2556)
This commit is contained in:
committed by
Michael Stapelberg
parent
6e519e18e1
commit
ad7dec31d5
@ -149,6 +149,8 @@ int main(int argc, char **argv) {
|
||||
socket_path = expand_path(i3_default_sock_path);
|
||||
}
|
||||
|
||||
init_dpi();
|
||||
|
||||
init_outputs();
|
||||
if (init_connection(socket_path)) {
|
||||
/* Request the bar configuration. When it arrives, we fill the config array. */
|
||||
|
Reference in New Issue
Block a user