| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
when fullscreen windows on screen disable
* move_up()
* move_down()
* swpa_master()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
desktop
|
|
|
|
|
|
show:
desktop number
window count
layout mode
and if desktop is current
|
|
|
|
|
|
|
|
|
|
replace switch/case with if/else checks
having no stack windows is same as fullscreen mode
fix init of variables
fix winsize/winsz calculation
|
|
|
|
This reverts commit 4736c56064b894db19220dd60b4c01b0277824c4.
|
|
|
|
|
|
|
|
|
|
sh -> ww
sw -> ww
window area is the area where windows can be drawn
window area does not include the size for the border and/or the panel
window area height is now calculated immediately when the panel is togggled
|
|
|
|
|
|
|
|
|
|
|
|
typical output from `xprop` WM_CLASS line:
WM_CLASS(STRING) = "foo", "bar"
res_class referes to 'bar'
res_name referes to 'foo'
check both when matching rules
|
|
|
|
|
|
|
|
|