diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-08-01 14:00:17 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-08-01 14:00:17 +0800 |
| commit | 9ace44fe6dde60648346e64e1e278e4a906b87f1 (patch) | |
| tree | d0a8395b76653368fe8864c712476d8c43204894 | |
| parent | 8a25094ab03143808c86974796d64c590216b09c (diff) | |
Update
| -rw-r--r-- | X11/openbox/rc.xml | 4 | ||||
| -rw-r--r-- | vim/init/config.vim | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index 0a8fd17..bfb0c66 100644 --- a/X11/openbox/rc.xml +++ b/X11/openbox/rc.xml | |||
| @@ -659,12 +659,12 @@ | |||
| 659 | </keybind> | 659 | </keybind> |
| 660 | <keybind key="W-x"> | 660 | <keybind key="W-x"> |
| 661 | <action name="Execute"> | 661 | <action name="Execute"> |
| 662 | <command>systemctl suspend</command> | 662 | <command>pkill -9 openbox</command> |
| 663 | </action> | 663 | </action> |
| 664 | </keybind> | 664 | </keybind> |
| 665 | <keybind key="W-S-x"> | 665 | <keybind key="W-S-x"> |
| 666 | <action name="Execute"> | 666 | <action name="Execute"> |
| 667 | <command>pkill -9 openbox</command> | 667 | <command>systemctl suspend</command> |
| 668 | </action> | 668 | </action> |
| 669 | </keybind> | 669 | </keybind> |
| 670 | <keybind key="W-z"> | 670 | <keybind key="W-z"> |
diff --git a/vim/init/config.vim b/vim/init/config.vim index f3a4ff1..20e7350 100644 --- a/vim/init/config.vim +++ b/vim/init/config.vim | |||
| @@ -280,8 +280,8 @@ augroup TerminalSize | |||
| 280 | silent! set laststatus& showtabline=2 signcolumn& scrolloff& | 280 | silent! set laststatus& showtabline=2 signcolumn& scrolloff& |
| 281 | endif | 281 | endif |
| 282 | endfunc | 282 | endfunc |
| 283 | "autocmd VimEnter,VimResized * silent call LayoutForSmallTerminal(20) | 283 | " autocmd VimEnter,VimResized * silent call LayoutForSmallTerminal(20) |
| 284 | "autocmd VimLeave,VimSuspend * if g:alacritty_extra_padding | silent call ToggleWinPadding(100) | endif | 284 | " autocmd VimLeave,VimSuspend * if g:alacritty_extra_padding | silent call ToggleWinPadding(100) | endif |
| 285 | augroup END | 285 | augroup END |
| 286 | 286 | ||
| 287 | " }}} | 287 | " }}} |