mirror of
https://github.com/mrfluffy-dev/dotfiles.git
synced 2026-01-17 05:40:34 +00:00
12 lines
209 B
Plaintext
12 lines
209 B
Plaintext
/**
|
|
* Allows to change the settings of every menu simply by editing this file
|
|
*/
|
|
@import "colorschemes/dark-steel-blue.rasi"
|
|
@import "resolutions/1920x1080.rasi"
|
|
|
|
#window {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|