add ssh launcher and fix updatePlugin script
This commit is contained in:
parent
e995785fdb
commit
471df2bba8
2 changed files with 4 additions and 1 deletions
2
bin/updatePlugin
Normal file → Executable file
2
bin/updatePlugin
Normal file → Executable file
|
@ -3,4 +3,4 @@ echo "$plugin"
|
||||||
versions=$(wp plugin update $plugin 2> /dev/null | tail -n 2 | head -n 1 | awk '{print $2 "->" $3}')
|
versions=$(wp plugin update $plugin 2> /dev/null | tail -n 2 | head -n 1 | awk '{print $2 "->" $3}')
|
||||||
echo "$versions"
|
echo "$versions"
|
||||||
git add .
|
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
|
# Start Rofi as program launcher
|
||||||
bindsym $mod+d exec rofi -show drun
|
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
|
#Start Rofi as emoji finder
|
||||||
bindsym $mod+u exec ~/.dotfiles/config/rofi/scripts/rofi-emoji
|
bindsym $mod+u exec ~/.dotfiles/config/rofi/scripts/rofi-emoji
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue