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 &