diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-06-16 09:15:55 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-06-16 09:15:55 +0800 |
commit | 2678f550feca76e080684b0d7cb95f181ffcc581 (patch) | |
tree | 97994dc62d8afc2304ce2a8c24c9881fd5b76e28 /X11 | |
parent | 6daf64e01f46254283984e2ea4283dcbefed24ab (diff) |
Update
Diffstat (limited to 'X11')
-rw-r--r-- | X11/openbox/rc.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 12f6563..78f91eb 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -525,6 +525,13 @@ | |||
525 | <keybind key="W-e"> | 525 | <keybind key="W-e"> |
526 | <action name="Execute"> | 526 | <action name="Execute"> |
527 | <command> | 527 | <command> |
528 | alacritty -e nvim -c 'r !xsel -ob' -c 'nmap <C-c> :w !xsel -ib<CR>:qa!<CR>' | ||
529 | </command> | ||
530 | </action> | ||
531 | </keybind> | ||
532 | <keybind key="W-S-e"> | ||
533 | <action name="Execute"> | ||
534 | <command> | ||
528 | sh -c 'PRE_POPULATE="tk " alacritty' | 535 | sh -c 'PRE_POPULATE="tk " alacritty' |
529 | </command> | 536 | </command> |
530 | </action> | 537 | </action> |