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 
    


  • 相关阅读:
    前端websocket连接mqtt不能使用1883端口的问题
    关于aws-Lambda的cron周期性计划任务-表达式的定义方式
    千古奇文-寒窑赋/破窑赋-命运赋-吕蒙正
    关于Linux下aws-cli-2版本的安装
    关于WinSCP如何通过Tunnel隧道进行远程连接-进行文件的传输
    python函数-strip&lstrip&rstrip字符串处理函数
    关于计算机或编程中-时间及各单位换算的的方法记录
    python中print函数的使用小技术-使用分隔符和行尾符
    关于pwd命令小技巧-确认当前工作目录的绝对路径中是否包含软链接目录名
    关于Linux-Redhat-7.x系统不能创建纯数字用户名的原因及临时解决方法
  • 原文地址:https://www.cnblogs.com/findstr/p/2803684.html
Copyright © 2011-2022 走看看