From 4aa0b0ae62d592962d9126c501092c1c59f0f711 Mon Sep 17 00:00:00 2001 From: thomasba Date: Mon, 4 Apr 2016 16:50:05 +0200 Subject: [PATCH] Use rofi --- i3/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3/config b/i3/config index 94aa48f..119e9de 100644 --- a/i3/config +++ b/i3/config @@ -118,7 +118,7 @@ bindsym Mod4+Shift+k kill client # Mod4+v starts dmenu and launches the selected application # for now, we don’t have an own launcher -bindsym Mod4+v exec /usr/bin/dmenu_run -nb '#333' -nf '#9c9' -sb '#000' -sf '#696' +bindsym Mod4+v exec rofi bindsym Mod4+comma split vertical bindsym Mod4+period split horizontal @@ -133,6 +133,7 @@ bindsym Mod4+c exec bashrun --toggle bindsym Mod4+b border toggle bindsym Mod4+o open +bindsym Mod4+p exec rofi-pass bindsym Mod4+Shift+r restarts i3 inplace