summaryrefslogtreecommitdiffstats
path: root/.config/rofi
diff options
context:
space:
mode:
authorYigit Sever2022-12-10 13:07:10 +0300
committerYigit Sever2022-12-10 13:07:10 +0300
commite65dc9c1803a69e64a61b66da30c670e6b504117 (patch)
tree6c9c929aa90bd7e3c472928e4d1cc3fd9c5399cd /.config/rofi
parentdd8de0ecd58263649290cd11e74dbbb7950a4e44 (diff)
downloaddotfiles-e65dc9c1803a69e64a61b66da30c670e6b504117.tar.gz
dotfiles-e65dc9c1803a69e64a61b66da30c670e6b504117.tar.bz2
dotfiles-e65dc9c1803a69e64a61b66da30c670e6b504117.zip
chore(rofi): remove unused ssh modi
we ssh through shell
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config.rasi2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index 888713a..bec8bb4 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -1,5 +1,5 @@
1configuration { 1configuration {
2 modi: "drun,window,ssh"; 2 modi: "drun,window";
3 font: "Iosevka 10"; 3 font: "Iosevka 10";
4 drun-display-format: "{name} [<span weight='light' size='small'> | {generic}</span>]"; 4 drun-display-format: "{name} [<span weight='light' size='small'> | {generic}</span>]";
5 sidebar-mode: false; 5 sidebar-mode: false;