diff options
author | Marc Coquand <marc@mccd.space> | 2024-07-01 21:27:23 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-07-12 12:58:07 -0500 |
commit | 9053e1033e69f71389cc24196c6c588f8c35a683 (patch) | |
tree | db85daee634c71df149b5a6b5c37f95753b652fa /cwmrc | |
parent | 0a20357d4585da91d92252972f3eb7b715ff64ab (diff) | |
download | bsd-9053e1033e69f71389cc24196c6c588f8c35a683.tar.gz bsd-9053e1033e69f71389cc24196c6c588f8c35a683.tar.bz2 bsd-9053e1033e69f71389cc24196c6c588f8c35a683.zip |
vimrc
Diffstat (limited to 'cwmrc')
-rw-r--r-- | cwmrc | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -6,15 +6,15 @@ autogroup 0 xarclock, XClock autogroup 0 clock, clock autogroup 0 xclock, xterm ignore xclock +vtile 55 unbind-key all - color menufg "#FFFFFF" #black color font "#000000" #black color menubg "#F5E094" #white color selfont "#000000" #black -color activeborder "#559999" -color inactiveborder "#E8E8E8" +color activeborder "#777777" +color inactiveborder "#DDDDDD" bind-mouse 4-3 window-resize bind-mouse 4-1 window-move @@ -24,6 +24,7 @@ bind-key 4-e "xterm -e aerc" bind-key 4-q window-close bind-key 4-m window-fullscreen bind-key 4-l window-vtile +bind-key 4-y window-htile bind-key 4-u window-vmaximize bind-key 4-f window-move-right-big bind-key 4S-f window-resize-right-big |