diff options
| -rw-r--r-- | alias | 2 | ||||
| -rw-r--r-- | misc/openbox/rc.xml | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -180,7 +180,7 @@ vp() { | |||
| 180 | post=$(eval $PREFIX find ~/blog/content -name $filename | head -1 | sed 's/\r//') | 180 | post=$(eval $PREFIX find ~/blog/content -name $filename | head -1 | sed 's/\r//') |
| 181 | 181 | ||
| 182 | if [ -z "$post" ]; then | 182 | if [ -z "$post" ]; then |
| 183 | echo hugo new posts/$filename | eval ${PREFIX:-sh} | 183 | echo 'cd ~/blog && hugo new posts/$filename' | eval ${PREFIX:-sh} |
| 184 | post="~/blog/content/posts/$filename" | 184 | post="~/blog/content/posts/$filename" |
| 185 | fi | 185 | fi |
| 186 | 186 | ||
diff --git a/misc/openbox/rc.xml b/misc/openbox/rc.xml index a2d781b..6b6bbe6 100644 --- a/misc/openbox/rc.xml +++ b/misc/openbox/rc.xml | |||
| @@ -535,7 +535,7 @@ | |||
| 535 | </keybind> | 535 | </keybind> |
| 536 | <keybind key="W-i"> | 536 | <keybind key="W-i"> |
| 537 | <action name="Execute"> | 537 | <action name="Execute"> |
| 538 | <command>~/.config/openbox/rofi/bin/network</command> | 538 | <command>alacritty -e nmtui</command> |
| 539 | </action> | 539 | </action> |
| 540 | </keybind> | 540 | </keybind> |
| 541 | <keybind key="W-r"> | 541 | <keybind key="W-r"> |