aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/xprop.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-17 20:13:39 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-17 20:13:39 +1000
commit343cafef346543282b5b6e825bc8f9dd10028a48 (patch)
tree1bcf221ecb525c7aeadc8325e7b780d3656e544b /share/completions/xprop.fish
parent95a01f3c8f15034433ffce368d8f2d13d925139c (diff)
Redo installation file structure, move lots of things to $PREFIX/share/fish
darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz
Diffstat (limited to 'share/completions/xprop.fish')
-rw-r--r--share/completions/xprop.fish32
1 files changed, 32 insertions, 0 deletions
diff --git a/share/completions/xprop.fish b/share/completions/xprop.fish
new file mode 100644
index 00000000..cdef3022
--- /dev/null
+++ b/share/completions/xprop.fish
@@ -0,0 +1,32 @@
+
+complete -c xprop -o help -d (_ "Display help and exit")
+complete -c xprop -o grammar -d (_ "Display grammar and exit")
+complete -c xprop -o id -x -d (_ "Select window by id")
+complete -c xprop -o name -d (_ "Select window by name")
+complete -c xprop -o font -x -d (_ "Display font properties")
+complete -c xprop -o root -d (_ "Select root window")
+complete -c xprop -o display -d (_ "Specify X server")
+complete -c xprop -o len -x -d (_ "Maximum display length")
+complete -c xprop -o notype -d (_ "Do not show property type")
+complete -c xprop -o fs -r -d (_ "Set format file")
+complete -c xprop -o frame -d (_ "Select a window by clicking on its frame" )
+complete -c xprop -o remove -d (_ "Remove property") -x -a "
+(
+ xprop -root -notype|cut -d ' ' -f 1|cut -d \t -f 1
+)
+"
+
+complete -c xprop -o set -d (_ "Set property") -x -a "
+(
+ xprop -root -notype|cut -d ' ' -f 1|cut -d \t -f 1
+)
+"
+
+complete -c xprop -o spy -d (_ "Examine property updates forever")
+complete -c xprop -o f -d (_ "Set format")
+complete -c xprop -d Property -x -a "
+(
+ xprop -root -notype|cut -d ' ' -f 1|cut -d \t -f 1
+)
+"
+