12 lines
201 B
Plaintext
12 lines
201 B
Plaintext
|
/**
|
||
|
* Allows to change the settings of every menu simply by editing this file
|
||
|
*/
|
||
|
@import "colorschemes/dracula.rasi"
|
||
|
@import "resolutions/1920x1080.rasi"
|
||
|
|
||
|
#window {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
|