zoukankan      html  css  js  c++  java
  • ~/.fvwm/fvwm.stroke

    #strokes
    #window list without drag
    Stroke 0 0 R N WindowList
    
    #button 3 guesture with Ctrl starts programs in any context
    #"r" like guestures starts rxvt
    #Stroke N5456 0 A C Exec exec xkill
    #Stroke N65456 0 A C Exec exec xkill
    #Stroke N7414789 0 A C Exec exec rxvt
    #Stroke N7414759 0 A C Exec exec rxvt
    #Stroke N74147589 0 A C Exec exec rxvt
    #Stroke N7414756 0 A C Exec exec rxvt
    #Stroke N74156 	0 A C Exec exec rxvt
    #Stroke N74159 	0 A C Exec exec rxvt
    #Stroke N7536951 0 A C Exec exec xterm
    #Stroke N9514753 0 A C Exec exec xterm
    #Stroke N7412369 0 A C Exec exec gvim
    #Stroke N1478963 0 A C Exec exec mozilla
    #Stroke N7896321 0 A C Exec exec stardict
    #Stroke N9874123 0 A C Exec exec drscheme
    #先用这么多吧
    Stroke N258 0 R C Exec exec  rxvt -geometry 80x50+105+160 \
                   -sr -tr -sh 90 -bg black -fg wheat \
                   -fn "-adobe-courier-medium-r-*-*-14-*-*-*-*-*-*-*"
    Stroke N852 0 R C Exec exec gnome-terminal 
    #打开网页浏览器
    Stroke N9874123 0 R C Exec exec iceweasel
    Stroke N87413 0 R C Exec exec iceweasel
    Stroke N987412 0 R C Exec exec iceweasel
    Stroke N87412 0 R C Exec exec iceweasel
    #打开虚拟机
    Stroke N753 0 R C Exec exec virtualbox
    #用于关闭窗口
    Stroke N5456 0 R C Exec exec xkill
    Stroke N65456 0 R C Exec exec xkill
    #用于开启spb
    Stroke N456 0 R C Exec exec projmgr 
    
    #
    #grow horizontal and vertically
    #Stroke N258 0 TSF2 N Maximize True 0 growup
    #Stroke N852 0 TSF2 N Maximize True 0 growdown
    #Stroke N456 0 TSF2 N Maximize True growright 0
    #Stroke N654 0 TSF2 N Maximize True growleft 0
    
    #grow bidirectional
    #Stroke N25852 	0 TSF2 N Maximize True 0 grow
    #Stroke N5852 	0 TSF2 N Maximize True 0 grow 
    #Stroke N85258 	0 TSF2 N Maximize True 0 grow 
    #Stroke N5258 	0 TSF2 N Maximize True 0 grow 
    #Stroke N65456 	0 TSF2 N Maximize True grow 0
    #Stroke N5456 	0 TSF2 N Maximize True grow 0
    #Stroke N45654 	0 TSF2 N Maximize True grow 0
    #Stroke N5654 	0 TSF2 N Maximize True grow 0
    
    #grow diagonally
    #Stroke N159 	0 TSF2 N Maximize True growright growup
    #Stroke N951 	0 TSF2 N Maximize True growleft growdown
    #Stroke N753 	0 TSF2 N Maximize True growright growdown
    #Stroke N357 	0 TSF2 N Maximize True growleft growup
    #Stroke N5159 	0 TSF2 N Maximize True grow grow
    #Stroke N5951 	0 TSF2 N Maximize True grow grow
    #Stroke N5753 	0 TSF2 N Maximize True grow grow
    #Stroke N5357 	0 TSF2 N Maximize True grow grow
    
    #reverse to unmaximized
    #Stroke N74123 0 TSF2 N Maximize False
    
    #window functions
    #Stroke 0 	0 TSF	N RaiseLower
    #Stroke 0 	0 2   	N Maximize-Func
    #Stroke 0 	0 A	C Lower
    #Stroke N852 	0 A C Iconify
    
    #Drag mouse on the root window
    #Mouse 1 R C StrokeFunc DrawMotion 
    #Mouse 1 R A StrokeFunc DrawMotion 
    
    #Drag mouse with Ctrl key
    Mouse 3 R A StrokeFunc DrawMotion
    
    #Drag mouse on the border
    #Mouse 3 TSF N StrokeFunc DrawMotion
    
    #Drag mouse 1 on the maxmize button
    #Mouse 1 2 N StrokeFunc DrawMotion 
    


  • 相关阅读:
    常见web安全攻防总结
    想使用消息队列,先考虑下这些问题
    Nginx基本属性配置详解
    mysql 数据分析如何实现日报、周报、月报和年报?
    SQL优化
    SQL优化例子
    工厂模式,从第三方登录说起
    最常见 200+ 面试题答案全解析-面试必备
    使用sslsplit嗅探tls/ssl连接
    选择指定图层上的所有实体
  • 原文地址:https://www.cnblogs.com/findstr/p/2803684.html
Copyright © 2011-2022 走看看