add ssh launcher and fix updatePlugin script

master
Jonathan Hodgson 6 years ago
parent 847e72d909
commit dba4230129
  1. 2
      bin/updatePlugin
  2. 3
      config/i3/configWork

@ -3,4 +3,4 @@ echo "$plugin"
versions=$(wp plugin update $plugin 2> /dev/null | tail -n 2 | head -n 1 | awk '{print $2 "->" $3}')
echo "$versions"
git add .
git commit -m "Update $plugin $version"
git commit -m "Update $plugin $versions"

@ -58,6 +58,9 @@ bindsym XF86Search exec dmenu_run
# Start Rofi as program launcher
bindsym $mod+d exec rofi -show drun
# Start Rofi as ssh launcher
bindsym $mod+Shift+d exec rofi -show ssh
#Start Rofi as emoji finder
bindsym $mod+u exec ~/.dotfiles/config/rofi/scripts/rofi-emoji

Loading…
Cancel
Save