From 79ce028bd7833e42a06455b3ac05a6b85db2cb6d Mon Sep 17 00:00:00 2001 From: yushyin Date: Mon, 14 Dec 2020 03:12:41 +0100 Subject: Vim: Add texlab lsp server for LaTeX --- herbstluftwm/files/autostart | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'herbstluftwm') diff --git a/herbstluftwm/files/autostart b/herbstluftwm/files/autostart index fb26a3d..e4c106c 100755 --- a/herbstluftwm/files/autostart +++ b/herbstluftwm/files/autostart @@ -61,6 +61,10 @@ hc keybind $Mod-Control-Down resize down +$resizestep hc keybind $Mod-Control-Up resize up +$resizestep hc keybind $Mod-Control-Right resize right +$resizestep +# mediakeys + +hc keybind XF86AudioPlay spawn playerctl play-pause + # tags tag_names=( eins zwei drei vier ) tag_keys=( {1..9} 0 ) -- cgit v1.2.3-24-g4f1b