aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-11-29 22:39:35 +0300
committerawy <awy@awy.one>2025-11-29 22:39:35 +0300
commit8d8473e481aed6814d0e6c87257934749c6829ca (patch)
tree439cde0f082e50b8d640678e9bb56f2f21a847f2 /.config
parentd3cc84aa4cc398c49af101fee2434e286de0f502 (diff)
downloadhyprdots-8d8473e481aed6814d0e6c87257934749c6829ca.tar.gz
www
Diffstat (limited to '.config')
-rw-r--r--.config/rofi/config.rasi13
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"