diff options
| author | awy <awy@awy.one> | 2025-11-29 18:35:49 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-29 18:35:49 +0300 |
| commit | 8d90f5a577b75b8a792b7a2f02d98a31e9ff19c4 (patch) | |
| tree | 868e0d8389fb2b4e413409f65f57caa9c0b37eda /.config/rofi | |
| parent | db008a76e93dcfbf00fec5a141a1e1bd122b04a7 (diff) | |
| download | hyprdots-8d90f5a577b75b8a792b7a2f02d98a31e9ff19c4.tar.gz | |
uupdate
Diffstat (limited to '.config/rofi')
| -rw-r--r-- | .config/rofi/config.rasi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..3bf5706 --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,11 @@ +configuration { + 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; +} +@theme "/usr/share/rofi/themes/gruvbox-dark.rasi" |