From 571c9e6a8a82e3f8f78094c2e88a04be9ab195e8 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 10 Feb 2014 12:12:04 +0100 Subject: [PATCH] herbstluftwm/autostart: Fix for Java programs. Just in case. --- herbstluftwm/autostart | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 7217ba4..424ea9b 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -89,6 +89,12 @@ hc keybind $mod-s chain , lock , rotate , rotate , unlock hc mouseunbind --all +# GENERAL SETTINGS + +# Necessary for Java so it recognizes herbstluftwm as tiling window manager. +hc set wmname LG3D + + # WINDOW and FRAME SETTINGS # No border for frames, only for windows. -- 2.44.1