Replaced dmenu with rofi

main
Thomas Ba. 9 years ago
parent 44198f0a2d
commit e8d1bfaf64

@ -15,4 +15,5 @@ pamac-tray &
xfce4-clipman & xfce4-clipman &
gnome-keyring-daemon --start --daemonize --components=pkcs11,secrets,ssh,gpg & gnome-keyring-daemon --start --daemonize --components=pkcs11,secrets,ssh,gpg &
xset r rate 400 30 xset r rate 400 30
rofi -quiet &
sleep 2 && xmodmap ~/.i3/speedswapper & sleep 2 && xmodmap ~/.i3/speedswapper &

@ -40,8 +40,6 @@ bindcode Mod4+26 layout default
# Toggle tiling/floating of the current window (Mod4+t) # Toggle tiling/floating of the current window (Mod4+t)
bindsym Mod4+t floating toggle bindsym Mod4+t floating toggle
bindsym Mod4+space exec bashrun2
# Go into the tiling layer / floating layer, depending on whether # Go into the tiling layer / floating layer, depending on whether
# the current window is tiling / floating (Mod4+t) # the current window is tiling / floating (Mod4+t)
#bindcode Mod4+28 focus mode_toggle #bindcode Mod4+28 focus mode_toggle

Loading…
Cancel
Save