window-managers Questions

2

I am seeing this error getting reported in my logging software but cant determine what is causing it, or what the 300 limit is referring to... the number of views or possibly items displayed in a l...
Factoring asked 15/6, 2022 at 21:10

2

I would like to remove borders (only) from floating windows covering the full screen (like mplayer), and use a different border color (normalBorderColor) when there is only one window in a worksp...
Disabled asked 21/11, 2012 at 17:40

2

Solved

How does the following code remove window borders? //note the struct is declared elsewhere, is here just for clarity. //code is from [http://tonyobryan.com/index.php?article=9][1] typedef struct H...
Producer asked 27/2, 2011 at 16:19

17

My machine is seriously underpowered, and I think I need to start conserving every spare cycle. I know that my Gnome environment seems to underperform compared to my coworkers' KDE setups. But if I...
Bereniceberenson asked 22/9, 2008 at 16:14

3

Solved

For example: awful.key({"Shift", }, "Left", volwidget.down) How to find out what to write instead of "Shift" to use "Fn" key?
Bimanous asked 27/5, 2012 at 14:10

3

First of all thanks everyone who tries to reply this topic. I have an activity and I wanted to show a sort of menu at the top of the screen and I used windowmanager to handle this. it was about UI...

3

Solved

I'm using this method to set the screen to full brightness. @SuppressLint("NewApi") private void setFullBright() { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.CUPCAKE) { WindowManager....

2

Solved

I prefer to use the keyboard to float or sink windows. Unfortunately, when floated, windows aren't moved or resized, so there is little visual indication that they aren't still tiled. Ideally, upon...
Keiko asked 6/2, 2012 at 8:24

4

I have a view (customView) added to the WindowManager. WindowManager mWm = (WindowManager)activity.getApplicationContext().getSystemService(Context.WINDOW_SERVICE); WindowManager.LayoutParams(Wind...
Yanyanaton asked 29/12, 2011 at 7:8

4

Solved

void MainWindow::on_actionAlways_on_Top_triggered(bool checked) { Qt::WindowFlags flags = this->windowFlags(); if (checked) { this->setWindowFlags(flags | Qt::CustomizeWindowHint | Qt::Wi...
Swoop asked 18/5, 2010 at 9:30

3

Solved

I've recently upgraded my machine, and am now at awesome version 4.x. There is now a titlebar of sorts with close, ontop, floating, maximized, etc... buttons on right. Can I get rid of this? What c...
Blackstone asked 10/3, 2017 at 17:27

6

I want to use getWindowManager() in my MainActivity, but I don't want to write this method directly in it. Here is my MainActivity code public class MainActivity extends Activity { @Override pr...
Slavophile asked 14/8, 2013 at 7:8

4

Solved

I am configuring xbindkeys to change window focus using shortcuts. For example, I managed to create a shortcut to focus on a an application window, let's say a terminator window: wmctrl -xa termin...

3

I created an OS/X app that when it runs, I position the window in the center of the screen. In order to do this, it's essential that I include the title bar height in my calculation of the y value....
Abandoned asked 10/3, 2015 at 3:5

3

I published some scripts to automatically mount and unmount disks in Linux, and now I got a request to make the disks owned by the currently logged in user. That is, the user currently holding the ...
Envy asked 1/8, 2013 at 14:21

2

Solved

If you drag the top or left border of a window semi-quickly, you should notice that the opposite edge of the window vibrates -- it gets dragged, but then re-adjusts to increase the size. The probl...
Fellmonger asked 5/7, 2012 at 22:37

1

I'm adding a View to the WindowManager and overwrite it's onConfigurationChanged function like following: View Code // onConfigurationChanged should be called after config change has finished ove...
Lacewing asked 22/10, 2018 at 9:40

10

Solved

Just wondering if there's a known way of getting a Mono System.Windows.Forms application to go fullscreen on Ubuntu/Gnome. Mono is 2.4.2.3 Ubuntu is 9.10 Doing it on Windows requires a pinvoke, c...
Audie asked 12/5, 2010 at 22:46

3

Solved

After updating to Chrome 58 I noticed a new "zoom-fade" effect when restoring a minimized window, or opening a new window (Ctrl+N). This feels very unnecessary, and - in my desktop environment - to...
Astrometry asked 25/4, 2017 at 9:58

3

Solved

I'd like to remove the border from any window which is not tiled (no matter where it is maximized or just a single window assigned to a tag) and add borders as soon as it get's tiled, all while usi...
Z asked 19/5, 2015 at 11:24

4

Solved

How do I properly implement a "minimize to tray" function in Qt? I tried the following code inside QMainWindow::changeEvent(QEvent *e), but the window simply minimizes to the taskbar and the clien...
Warrin asked 26/7, 2010 at 4:46

3

Solved

I'm looking to understand how Linux Desktop Environments work with Xserver. I was reading that most window managers don't open sockets directly, instead they use either Xlib bindings for which ever...
Tachometer asked 24/8, 2012 at 14:57

2

Solved

If one needs low level access to X11 events, windowing and input without using GTK, QT et al., should one use Xlib or XCB? What are the pros and cons of each?
Vertigo asked 26/1, 2012 at 22:0

1

I add a view to the WindowManager using WindowManager.updateViewLayout(). I then attache an onTouch listener to it, and make it "follow" the user's finger (drag). I do this by changing the x and y...
Conjoined asked 24/7, 2014 at 22:10

2

I have been having a problem whilst creating a Python 3 tkinter application. I am currently developing using a Mac OSX system, but I normally use a Windows OS system. I would like the application...
Huda asked 24/6, 2015 at 12:10

© 2022 - 2024 — McMap. All rights reserved.