diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-03-10 21:25:07 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-03-10 21:26:23 +0300 |
commit | dbb48f0acaacede21cfccfb8f30a206236520068 (patch) | |
tree | 02e944ecd0c1a482dfe5af2b8e1b81fbc69ee6a4 /.config | |
parent | dad11ba32a578ddc6f156201a2bc03af6d20ee5f (diff) |
fixed git proxy, moved ssh in rofi
Diffstat (limited to '.config')
-rw-r--r-- | .config/rofi/config.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index fcceafe..6b4a3da 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -2,7 +2,7 @@ configuration { show-icons: true; terminal: "sakura"; - modi: "combi,drun,window,ssh"; + modi: "combi,ssh,drun,window"; combi-modes: "window,drun"; combi-display-format: "{text}"; |