~charles/dotfiles

21ff36cfaca09edc8387660b8ce4d79b443aaba3 — Charles A. Daniels 2 years ago a8a7a67
alt+d launches rofi
1 files changed, 5 insertions(+), 2 deletions(-)

M modules/gnome-keyboard-settings/gnome-keyboard-settings.sh
M modules/gnome-keyboard-settings/gnome-keyboard-settings.sh => modules/gnome-keyboard-settings/gnome-keyboard-settings.sh +5 -2
@@ 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'