diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-25 11:58:32 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-25 11:58:32 +0800 |
| commit | 0cc4a179cfed5c2be516186dd134c6d208b7f2a9 (patch) | |
| tree | 47eb657e7f3a84e95e55b6560d63ac07cbe3878f /X11 | |
| parent | 544734673b2235fc9d011f740118fb56f21bf0ff (diff) | |
Update
Diffstat (limited to 'X11')
| -rw-r--r-- | X11/openbox/rc.xml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 2626285..b1736b8 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
| @@ -541,7 +541,7 @@ | |||
| 541 | <keybind key="W-e"> | 541 | <keybind key="W-e"> |
| 542 | <action name="Execute"> | 542 | <action name="Execute"> |
| 543 | <command> | 543 | <command> |
| 544 | alacritty -e nvim -c 'r !xsel -ob' -c 'normal A' -c 'startinsert' -c 'nmap <C-c> :w !xsel -ib<CR>:qa!<CR>' | 544 | alacritty -o 'env.fullrc="false"' -e nvim -c 'r !xsel -ob' -c 'normal A' -c 'startinsert' -c 'nmap <C-c> :w !xsel -ib<CR>:qa!<CR>' |
| 545 | </command> | 545 | </command> |
| 546 | </action> | 546 | </action> |
| 547 | </keybind> | 547 | </keybind> |
| @@ -575,10 +575,7 @@ | |||
| 575 | <keybind key="W-y"> | 575 | <keybind key="W-y"> |
| 576 | <action name="Execute"> | 576 | <action name="Execute"> |
| 577 | <command> | 577 | <command> |
| 578 | sh -c ' | 578 | sh -c 'yad --entry | xargs -i xdotool set_window --name @{} `xdotool getactivewindow`' |
| 579 | zenity --entry --text "Window title" | \ | ||
| 580 | xargs -i xdotool set_window --name @{} `xdotool getactivewindow` | ||
| 581 | ' | ||
| 582 | </command> | 579 | </command> |
| 583 | </action> | 580 | </action> |
| 584 | </keybind> | 581 | </keybind> |