diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2023-11-15 14:37:06 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2023-11-15 14:37:06 +0800 |
| commit | 192e3e55d98b1601f34e28ff51f51865f2141d9b (patch) | |
| tree | 42e3a117409c6f931b5bd3d6baa522cc3c1a3f1a | |
| parent | 44256dad17c266150a5fbfa5e525496b12bc923b (diff) | |
Update
| -rw-r--r-- | X11/openbox/rc.xml | 10 | ||||
| -rwxr-xr-x | bin/init/load-settings.sh | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index d4f1119..b3765e0 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
| @@ -554,6 +554,16 @@ | |||
| 554 | </command> | 554 | </command> |
| 555 | </action> | 555 | </action> |
| 556 | </keybind> | 556 | </keybind> |
| 557 | <keybind key="W-F2"> | ||
| 558 | <action name="Execute"> | ||
| 559 | <command> | ||
| 560 | sh -c ' | ||
| 561 | xdotool search --name "@log" windowactivate || \ | ||
| 562 | alacritty --title "@log" --working-directory ~/log | ||
| 563 | ' | ||
| 564 | </command> | ||
| 565 | </action> | ||
| 566 | </keybind> | ||
| 557 | <keybind key="W-S-e"> | 567 | <keybind key="W-S-e"> |
| 558 | <action name="Execute"> | 568 | <action name="Execute"> |
| 559 | <command> | 569 | <command> |
diff --git a/bin/init/load-settings.sh b/bin/init/load-settings.sh index 36ca79c..cf1273a 100755 --- a/bin/init/load-settings.sh +++ b/bin/init/load-settings.sh | |||
| @@ -40,6 +40,8 @@ PATH=$PATH:$HOME/android-studio/bin | |||
| 40 | PATH=$PATH:$HOME/.cargo/bin | 40 | PATH=$PATH:$HOME/.cargo/bin |
| 41 | # yarn | 41 | # yarn |
| 42 | PATH=$PATH:$HOME/.yarn/bin | 42 | PATH=$PATH:$HOME/.yarn/bin |
| 43 | # gem | ||
| 44 | PATH=$PATH:$HOME/.local/share/gem/ruby/3.0.0/bin | ||
| 43 | 45 | ||
| 44 | # fzf | 46 | # fzf |
| 45 | if which fzf &>/dev/null; then | 47 | if which fzf &>/dev/null; then |