

As I mentioned how I used dwms tags, when I am working on my workspace tags, sometimes I will open a new window in Firefox. I need dwm to temporarily forget the designated tags for clients. You won't feel a pause during the switching. This may actually better than real screen mode change, by keeping the same resolution, the switching is faster than real screen mode change. normal2x/3x, advmame3x, and some re-scale to fill up the screen. Note that some scaler doesn't re-scale to fill up the entire screen, you will see the picture centered at center of screen and leave a huge black border. It is documented very well, or you can read about the options here.

You should have a default configuration file under ~/.dosbox after first-run of DOSBox, you can copy and modify it and use it with current directory as nf when you run with dosbox. The workaround is actually quite simple, you set it to your native screen resolution, so the screen resolution won't be changed after switching to fullscreen mode. I was using scaler of DOSBox at the time being in windowed mode, then I noticed there was an option fullresolution under the sdl section. Although there seemed to have some patch, but I didn't look into it. There was a thread of discussion about this, the problem didn't exist in DWM v4.3, but that was very old version of DWM. I saw the screen resolution changed from 1680x1050 (my native screen resolution), the game screen didn't show but a portion of X window from top-left corner. When I was trying to play TES: Arena in fullscreen, the screen didn't go as I expected. However, I have gridmode patch, sometimes it can sort of have the layout I need. There were some moments, master area is, well, too big for just one client. I bind them to the keys which fits into my configuration, here is the diff I updated for this upgrade.īefore 6.0, I hadn't used nmaster patch, but I did feel the need of similar feature. The incnmaster function is to change the amount of clients in master area. 125,6 +125,8 static const char *monitor_expand_cmd = , Here is what I just added to my DWM configuration: diff -git a/dwm-config.h b/dwm-config.h After I added a keybinding for Bash, I think why not make it working globally?
