diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-06 12:08:12 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-06 12:08:12 +0800 |
commit | 544734673b2235fc9d011f740118fb56f21bf0ff (patch) | |
tree | 68439ecd1113d22abcc79e395183078fb8758402 /X11/openbox/rc.xml | |
parent | 1b37f7d7f1554f4ef4cd185c1181d54d9956b1db (diff) | |
parent | 2c38d8de8f47e38342bc012ca3d3c67e710f363b (diff) |
Update
Diffstat (limited to 'X11/openbox/rc.xml')
-rw-r--r-- | X11/openbox/rc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/X11/openbox/rc.xml b/X11/openbox/rc.xml index fec04e7..2626285 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=30" \ | 112 | -o "window.dimensions.lines=32" \ |
113 | -o "window.dimensions.columns=80" \ | 113 | -o "window.dimensions.columns=70" \ |
114 | -e nvim ~/.config/openbox/rc.xml; | 114 | -e nvim ~/.config/openbox/rc.xml; |
115 | openbox --reconfigure | 115 | openbox --reconfigure |
116 | ' | 116 | ' |