diff options
Diffstat (limited to 'config/rofi/config-emacs-keybinds.rasi')
| -rw-r--r-- | config/rofi/config-emacs-keybinds.rasi | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/config/rofi/config-emacs-keybinds.rasi b/config/rofi/config-emacs-keybinds.rasi new file mode 100644 index 00000000..cb198d43 --- /dev/null +++ b/config/rofi/config-emacs-keybinds.rasi @@ -0,0 +1,41 @@ +/* ---- Emacs Keybinds (rofi) ---- */ +@import "~/.config/rofi/config.rasi" + +mainbox { + children: + [ "inputbar", "message", "listview" ]; +} + +entry { + expand: true; + placeholder: " ⌨️ Search Emacs Keybinds"; +} + +listview { + columns: 2; + lines: 10; + fixed-height: false; + scrollbar: true; + spacing: 6px; + cycle: true; +} + +window { + width: 90%; + height: inherit; +} + +element { + orientation: horizontal; +} + +element-icon { + size: 0%; +} + +element-text { + horizontal-align: 0.0; + vertical-align: 0.5; + margin: 0px; + padding: 0px; +} |
