Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.txt | 2012-05-11 | 1.2 kB | |
xenum.py | 2012-05-11 | 3.1 kB | |
xmp.py | 2012-05-11 | 8.6 kB | |
xwindows.py | 2012-05-11 | 4.0 kB | |
abctest.py | 2012-05-11 | 1.5 kB | |
abcfs.py | 2012-05-11 | 28.7 kB | |
Totals: 6 Items | 47.0 kB | 0 |
# abc fs for fuse # It enumerates all your windows and makes a filesystem of it # Window properties are exposed in readonly manner # (window state, window caption and its position) # Certain properties can be changed from fs (position or title) # You can use it as an example, not see real practice of using it # Not fully-functional but still nice # It uses a lot of XServer libraries and FUSE, so you will need to get it first # Have fun! # Copyright (C) 2009 Alex Chekmarev # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>.