From 29b0cd71db7bfcc133df48baf1fcefaf6a40e4c6 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Wed, 28 Oct 2015 18:29:27 -0400 Subject: [PATCH] fix rofi by moving under i3 --- .i3/config | 2 ++ .xinitrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.i3/config b/.i3/config index 70a3850..e998747 100644 --- a/.i3/config +++ b/.i3/config @@ -42,6 +42,8 @@ floating_modifier $mod # start a terminal bindsym $mod+Shift+Return exec run_terminal +bindsym Control+space exec rofi -show run -fuzzy -terminal run_terminal + # kill focused window bindsym $mod+Shift+c kill diff --git a/.xinitrc b/.xinitrc index e78e5c4..0d287e7 100644 --- a/.xinitrc +++ b/.xinitrc @@ -6,7 +6,7 @@ xrdb -merge .Xdefaults & gnome-settings-daemon & xscreensaver -no-splash & #kupfer --no-splash & -rofi -key-run control-space -fuzzy -terminal run_terminal & +#rofi -key-run control-space -fuzzy -terminal run_terminal & nm-applet & gnome-sound-applet & setxkbmap -option ctrl:nocaps &