I have solved the problem for myself putting in my config.rasi the two following lines:Jerry3904 wrote: Wed Dec 07, 2022 8:45 am @kobaian @Melber It looks like we could include those "display-" settings in the default config.rasi without disturbing any other theme. Could we? Should we?
Code: Select all
@import "display0.rasi"
//@import "display1.rasi"
display0.rasi stands for the replacement of the default tab-names with icons:
Code: Select all
configuration {
display-drun: "";
display-run: "";
display-window: "";
display-filebrowser: "";
display-keys: "";
display-help: "";
display-ssh: "";
display-calc: "";
}
Code: Select all
configuration {
display-drun: " Apps";
display-run: " Run";
display-window: " Windows";
display-filebrowser: " Files";
display-keys: " Keys";
display-help: " Help";
display-ssh: " SSH";
display-calc: " Calculator";
}
If both commented, you have just default tab-names.