summaryrefslogtreecommitdiffstats
path: root/.config/rofi
diff options
context:
space:
mode:
authorYigit Sever2019-04-08 10:39:18 +0300
committerYigit Sever2019-04-08 10:39:18 +0300
commit6e052828d222987085133c0e584440f16c384fbd (patch)
tree98eb23f53a8811087c9461ae07bd3b40bd46d48a /.config/rofi
parent73567b5346b9af88655e2b0db24b1bd460c91fe1 (diff)
downloaddotfiles-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.rasi2
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
11configuration { 11configuration {
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;