summaryrefslogtreecommitdiffstats
path: root/herbstluftwm
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2020-12-14 03:12:41 +0100
committeryushyin <yushyin@saga>2020-12-14 03:12:41 +0100
commit79ce028bd7833e42a06455b3ac05a6b85db2cb6d (patch)
treeb314fe4a26f381a988a3246b36a193f9c480085b /herbstluftwm
parentfdc82c50f86baff1c1fec2311aec6c81f49b1404 (diff)
downloaddotfiles-igor-79ce028bd7833e42a06455b3ac05a6b85db2cb6d.tar.gz
dotfiles-igor-79ce028bd7833e42a06455b3ac05a6b85db2cb6d.tar.xz
Vim: Add texlab lsp server for LaTeX
Diffstat (limited to 'herbstluftwm')
-rwxr-xr-xherbstluftwm/files/autostart4
1 files changed, 4 insertions, 0 deletions
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 )