diff options
| author | awy <awy@awy.one> | 2025-11-29 22:39:35 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-29 22:39:35 +0300 |
| commit | 8d8473e481aed6814d0e6c87257934749c6829ca (patch) | |
| tree | 439cde0f082e50b8d640678e9bb56f2f21a847f2 /.config/rofi | |
| parent | d3cc84aa4cc398c49af101fee2434e286de0f502 (diff) | |
| download | hyprdots-8d8473e481aed6814d0e6c87257934749c6829ca.tar.gz | |
www
Diffstat (limited to '.config/rofi')
| -rw-r--r-- | .config/rofi/config.rasi | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 3bf5706..1976625 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,11 +1,12 @@ +@theme "/usr/share/rofi/themes/gruvbox-dark.rasi" + configuration { - kb-accept-entry: "Control+m,Return,KP_Enter"; - kb-remove-to-eol: ""; - kb-row-down: "Control+j"; - kb-row-up: "Control+k"; + kb-accept-entry: "Control+m,Return,KP_Enter"; + kb-remove-to-eol: ""; + kb-row-down: "Control+j"; + kb-row-up: "Control+k"; } window { - width: 900px; + width: 500px; } -@theme "/usr/share/rofi/themes/gruvbox-dark.rasi" |