sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

index.md (826B)


      1 wmname
      2 ======
      3 wmname prints/sets the window manager name property of the root window similar
      4 to how hostname(1) behaves.
      5 
      6 wmname is a nice utility to fix problems with JDK versions and other broken
      7 programs assuming a reparenting window manager for instance.
      8 
      9 Download
     10 --------
     11 * [wmname-0.1](//dl.suckless.org/tools/wmname-0.1.tar.gz)
     12 
     13 Repository
     14 ----------
     15 You can [browse](//git.suckless.org/wmname) the source code or get a copy using
     16 the following command:
     17 
     18 	git clone https://git.suckless.org/wmname
     19 
     20 Usage
     21 -----
     22 The following command prints the window manager name, if any:
     23 
     24 	$ wmname
     25 
     26 This is helpful when attempting to run java swing(broken) applications,
     27 it makes them think they are running through the looking glass and behave as
     28 expected. The following command sets the window manager name, e.g.
     29 
     30 	$ wmname LG3D
     31