diff options
| author | Yigit Sever | 2019-04-08 10:39:18 +0300 |
|---|---|---|
| committer | Yigit Sever | 2019-04-08 10:39:18 +0300 |
| commit | 6e052828d222987085133c0e584440f16c384fbd (patch) | |
| tree | 98eb23f53a8811087c9461ae07bd3b40bd46d48a /.config/rofi | |
| parent | 73567b5346b9af88655e2b0db24b1bd460c91fe1 (diff) | |
| download | dotfiles-6e052828d222987085133c0e584440f16c384fbd.tar.gz dotfiles-6e052828d222987085133c0e584440f16c384fbd.tar.bz2 dotfiles-6e052828d222987085133c0e584440f16c384fbd.zip | |
Correct rofi drun string
Diffstat (limited to '.config/rofi')
| -rw-r--r-- | .config/rofi/onedark.rasi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rofi/onedark.rasi b/.config/rofi/onedark.rasi index 2902fcb..9680d32 100644 --- a/.config/rofi/onedark.rasi +++ b/.config/rofi/onedark.rasi | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | configuration { | 11 | configuration { |
| 12 | display-drun: "act"; | 12 | display-drun: "drun"; |
| 13 | display-run: "run"; | 13 | display-run: "run"; |
| 14 | display-window: "win"; | 14 | display-window: "win"; |
| 15 | show-icons: true; | 15 | show-icons: true; |
