@@ 46,10 46,13 @@ gsettings set org.gnome.settings-daemon.plugins.media-keys screensaver "['<Alt>m
# used to move and resize windows.
gsettings set org.gnome.desktop.wm.preferences mouse-button-modifier '<Alt>'
-# Open the Pop launcher with Alt+Space or Alt+d.
+# Open the Pop launcher with Alt+Space.
clear_bindings '<Alt>space'
+gsettings set org.gnome.shell.extensions.pop-shell activate-launcher "['<Alt>space']"
+
+# Open rofi with Alt+d
clear_bindings '<Alt>d'
-gsettings set org.gnome.shell.extensions.pop-shell activate-launcher "['<Alt>space', '<Alt>d']"
+python3 "$DOTFILES_LIB_DIR/gnome-fast-shortcut/create-kb-shortcut.py" --name="launch_rofi" --command="rofi -show run" --binding "<Alt>d"
# Open workspace view with ctrl+up.
clear_bindings '<Primary>Up'