From e8d1bfaf647993187f9bffe6cf74a57bb703cc51 Mon Sep 17 00:00:00 2001 From: thomasba Date: Mon, 4 Apr 2016 00:38:05 +0200 Subject: [PATCH] Replaced dmenu with rofi --- i3/autostart | 1 + i3/config | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/i3/autostart b/i3/autostart index ffc06b1..58e1627 100755 --- a/i3/autostart +++ b/i3/autostart @@ -15,4 +15,5 @@ pamac-tray & xfce4-clipman & gnome-keyring-daemon --start --daemonize --components=pkcs11,secrets,ssh,gpg & xset r rate 400 30 +rofi -quiet & sleep 2 && xmodmap ~/.i3/speedswapper & diff --git a/i3/config b/i3/config index 0b349db..94aa48f 100644 --- a/i3/config +++ b/i3/config @@ -40,8 +40,6 @@ bindcode Mod4+26 layout default # Toggle tiling/floating of the current window (Mod4+t) bindsym Mod4+t floating toggle -bindsym Mod4+space exec bashrun2 - # Go into the tiling layer / floating layer, depending on whether # the current window is tiling / floating (Mod4+t) #bindcode Mod4+28 focus mode_toggle