summaryrefslogtreecommitdiffstats
path: root/.config/rofi
diff options
context:
space:
mode:
authorYigit Sever2020-09-28 17:08:59 +0300
committerYigit Sever2020-09-28 17:08:59 +0300
commit830b0f853bd40489af22d91164dde65234c898db (patch)
tree04daf40a13ddb970de8f1b4fb226b3e97a95ef69 /.config/rofi
parent622cde43769bb16c44eb6e1c2c804a741634eece (diff)
downloaddotfiles-830b0f853bd40489af22d91164dde65234c898db.tar.gz
dotfiles-830b0f853bd40489af22d91164dde65234c898db.tar.bz2
dotfiles-830b0f853bd40489af22d91164dde65234c898db.zip
rofi conf upgrade
diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config4
-rw-r--r--.config/rofi/config.rasi10
2 files changed, 10 insertions, 4 deletions
diff --git a/.config/rofi/config b/.config/rofi/config
deleted file mode 100644
index ba268d9..0000000
--- a/.config/rofi/config
+++ /dev/null
@@ -1,4 +0,0 @@
1rofi.modi: combi,ssh
2rofi.combi-modi: window,drun
3rofi.terminal: kitty
4rofi.theme: onedark
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
new file mode 100644
index 0000000..be1a68b
--- /dev/null
+++ b/.config/rofi/config.rasi
@@ -0,0 +1,10 @@
1configuration {
2 modi: "combi,ssh";
3 show-icons: true;
4 terminal: "kitty";
5 combi-modi: "window,drun";
6 theme: "onedark";
7 display-window: "↪";
8 display-run: "!";
9 display-drun: "λ";
10}