Libraryless. Click here for Pure Java version (3757L/26K).
svoid wmctrl_setWindowAlwaysOnTop(wmctrl_Entry e, bool alwaysOnTop) { if (e != null) backtick("wmctrl -i -r " + e.windowIdentity + " -b " + (alwaysOnTop ? "add" : "remove") + ",above"); }
Began life as a copy of #1019043
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1026210 |
Snippet name: | wmctrl_setWindowAlwaysOnTop |
Eternal ID of this version: | #1026210/3 |
Text MD5: | 3c899d7a866dcfbd85a00b13c2c704e2 |
Transpilation MD5: | a6fe1cb3e985697277a45f603a995b7d |
Author: | stefan |
Category: | javax / linux |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-11-30 16:57:23 |
Source code size: | 196 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 202 / 290 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |