From 53551b345ff866b5878f3bf156a512b55b1f50ef Mon Sep 17 00:00:00 2001 From: coderkun Date: Fri, 19 Oct 2018 17:40:04 +0200 Subject: [PATCH] Add rofi configuration --- i3/config | 3 ++- rofi/config | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 rofi/config diff --git a/i3/config b/i3/config index 2cdd4bc..d74013d 100644 --- a/i3/config +++ b/i3/config @@ -37,7 +37,8 @@ bindsym $mod+Shift+X kill # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. -bindsym $mod+a exec --no-startup-id i3-dmenu-desktop +#bindsym $mod+a exec --no-startup-id i3-dmenu-desktop +bindsym $mod+a exec --no-startup-id rofi -show combi -show-icons # change focus bindsym $mod+n focus left diff --git a/rofi/config b/rofi/config new file mode 100644 index 0000000..b329a67 --- /dev/null +++ b/rofi/config @@ -0,0 +1,3 @@ +rofi.combi-modi: window,drun +rofi.theme: android_notification +rofi.modi: combi,drun,window