From bc68131f0f66081adf96737fd729988e0373c1e2 Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Thu, 20 Jun 2019 01:21:01 +0200 Subject: Replace dmenu with rofi --- dot.config-i3-config | 11 ++++------- dot.config-rofi-config.rasi | 5 +++++ 2 files changed, 9 insertions(+), 7 deletions(-) create mode 100644 dot.config-rofi-config.rasi diff --git a/dot.config-i3-config b/dot.config-i3-config index 899a92e..f7c87e9 100644 --- a/dot.config-i3-config +++ b/dot.config-i3-config @@ -19,12 +19,9 @@ bindsym $mod+Return exec i3-sensible-terminal # kill focused window bindsym $mod+Shift+c kill -# start dmenu (a program launcher) -bindsym $mod+Shift+p exec dmenu_run -# 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+p exec --no-startup-id i3-dmenu-desktop +# start rofi (a program launcher) +bindsym $mod+Shift+p exec rofi -show run +bindsym $mod+p exec rofi -show drun # change focus bindsym $mod+n focus left @@ -164,4 +161,4 @@ bindsym $mod+F1 exec setxkbmap de bone bindsym $mod+Shift+F1 exec setxkbmap de bindsym $mod+F2 exec setxkbmap de ru bindsym $mod+F3 exec setxkbmap gr -bindsym $mod+F4 exec setxkbmap us \ No newline at end of file +bindsym $mod+F4 exec setxkbmap us diff --git a/dot.config-rofi-config.rasi b/dot.config-rofi-config.rasi new file mode 100644 index 0000000..a86a69a --- /dev/null +++ b/dot.config-rofi-config.rasi @@ -0,0 +1,5 @@ +configuration { + modi: "drun,run,ssh"; + dpi: 0; + theme: "DarkBlue"; +} -- cgit v1.2.3