mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
Add pcb quirk. From Mark Peoples <marco@tuppy.intrepidhosting.net>
This commit is contained in:
parent
afeb7d2239
commit
0acaa22173
1 changed files with 1 additions and 0 deletions
|
@ -360,6 +360,7 @@ struct quirk {
|
|||
{ "xine", "xine Panel", SWM_Q_FLOAT | SWM_Q_ANYWHERE },
|
||||
{ "Xitk", "Xine Window", SWM_Q_FLOAT | SWM_Q_ANYWHERE },
|
||||
{ "xine", "xine Video Fullscreen Window", SWM_Q_FULLSCREEN | SWM_Q_FLOAT },
|
||||
{ "pcb", "pcb", SWM_Q_FLOAT },
|
||||
{ NULL, NULL, 0},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue