From 3056d2060700d35b37b05634e226c734304a5efe Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 20 Sep 2024 02:23:55 +0900 Subject: Added Searchable Keybinds using rofi Default Keybind SUPER SHIFT K --- config/rofi/config-keybinds.rasi | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config/rofi/config-keybinds.rasi (limited to 'config/rofi') diff --git a/config/rofi/config-keybinds.rasi b/config/rofi/config-keybinds.rasi new file mode 100644 index 00000000..13a070a0 --- /dev/null +++ b/config/rofi/config-keybinds.rasi @@ -0,0 +1,20 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ +/* Keybinds Config - For Keybinds generation */ + +@import "~/.config/rofi/master-config.rasi" + +/* ---- Entry ---- */ +entry { + width: 80%; + placeholder: "⌨ Search Keybinds - NOTE: Clicking with Mouse or Pressing ENTER will have NO function"; +} + +/* ---- Listview ---- */ +listview { + columns: 2; + lines: 12; +} + +window { + width: 90%; +} \ No newline at end of file -- cgit v1.2.3