Remove useless rofi config file

Rofi from 1.4.0 version can be configured
with single config.rasi file.
This commit is contained in:
samedamci 2020-05-22 16:23:11 +02:00
parent 9ebc4590ec
commit 76ee79f998
2 changed files with 9 additions and 8 deletions

View File

@ -1,8 +0,0 @@
rofi.modi: drun,run
rofi.font: Inconsolata 11
rofi.m: 0 /* monitor */
rofi.width: 450
rofi.theme: theme
rofi.location: 2
rofi.xoffset: 0
rofi.yoffset: 60

View File

@ -1,3 +1,12 @@
configuration {
modi: "drun,run";
width: 450;
font: "Inconsolata 11";
location: 2;
yoffset: 60;
xoffset: 0;
}
* {
maincolor: #282a38;
urgentcolor: #dfdfdf;