diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-05-19 01:07:22 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2022-05-19 01:08:21 +0300 |
commit | c28510ac087f85738ee2e716b346eb1bbc8baba5 (patch) | |
tree | 15ec2c98a5cb44df6d3b0761451f9afda221cc47 /dotfiles/.config/rofi/config.rasi | |
parent | a36aadab60c09bff3a055b0442971aa5e8a87a27 (diff) | |
download | swayrice-c28510ac087f85738ee2e716b346eb1bbc8baba5.tar.gz swayrice-c28510ac087f85738ee2e716b346eb1bbc8baba5.zip |
WIP: rofi
Fix websurf menu.
Diffstat (limited to 'dotfiles/.config/rofi/config.rasi')
-rw-r--r-- | dotfiles/.config/rofi/config.rasi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotfiles/.config/rofi/config.rasi b/dotfiles/.config/rofi/config.rasi index 181ce21..7941d48 100644 --- a/dotfiles/.config/rofi/config.rasi +++ b/dotfiles/.config/rofi/config.rasi @@ -1,5 +1,5 @@ configuration { - modi: "drun,run,file-browser-extended,ssh,combi"; + modi: ""; /* font: "mono 12";*/ location: 2; /* yoffset: 0;*/ @@ -109,7 +109,7 @@ configuration { /* kb-custom-9: "Alt+9";*/ /* kb-custom-10: "Alt+0";*/ kb-custom-11: "Alt+exclam,Alt+Return"; -/* kb-custom-12: "Alt+at";*/ + kb-custom-12: "Alt+at,Alt+h"; /* kb-custom-13: "Alt+numbersign";*/ /* kb-custom-14: "Alt+dollar";*/ /* kb-custom-15: "Alt+percent";*/ |