diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-06 12:06:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-06 12:06:27 +0800 |
commit | 1b37f7d7f1554f4ef4cd185c1181d54d9956b1db (patch) | |
tree | 54057c5cee90f3a93b240d77828f14f90af8c93f /X11 | |
parent | a9386c536189f2aaf38c9e2ba674a096657ca366 (diff) |
Update
Diffstat (limited to 'X11')
-rw-r--r-- | X11/openbox/rc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 652c003..fec04e7 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
@@ -109,8 +109,8 @@ | |||
109 | sh -c ' | 109 | sh -c ' |
110 | xdotool search --name @OPENBOX_CONFIG windowactivate || \ | 110 | xdotool search --name @OPENBOX_CONFIG windowactivate || \ |
111 | alacritty --title @OPENBOX_CONFIG \ | 111 | alacritty --title @OPENBOX_CONFIG \ |
112 | -o "window.dimensions.lines=32" \ | 112 | -o "window.dimensions.lines=30" \ |
113 | -o "window.dimensions.columns=70" \ | 113 | -o "window.dimensions.columns=80" \ |
114 | -e nvim ~/.config/openbox/rc.xml; | 114 | -e nvim ~/.config/openbox/rc.xml; |
115 | openbox --reconfigure | 115 | openbox --reconfigure |
116 | ' | 116 | ' |
@@ -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 'nmap <C-c> :w !xsel -ib<CR>:qa!<CR>' | 544 | alacritty -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> |