...

# -----------------------------------------------------------------
# HANDBOOK:
# http://yaoqiang1968.bokee.com/6286046.html
# Contexts:
# R = Root Window
# W = Application Window
# F = Frame Corners
# S = Frame Sides
# T = Title Bar
# I = Icon
# Numbers are buttons:
# Modifiers: (A)ny, (C)ontrol, (S)hift, (M)eta, (N)othing
#
# DestroyFunc FuncName
# AddToFunc FuncName
# + I (Action to happen immediately)
# + C (Action to happen on a mouse 'click)
# + D (Action to happen on a mouse 'double click')
# + H (Action to happen on a mouse 'hold')
# + M (Action to happen on a mouse 'motion')
# -----------------------------------------------------------------
DesktopSize 1x1
EdgeScroll
EdgeResistance
EdgeThickness
EwmhBaseStruts
IgnoreModifiers L25
ClickTime
MoveThreshold
DefaultFont "StringEncoding=utf8:xft:Sans:size=14:encoding=iso10646-1"
HideGeometryWindow
ColormapFocus FollowsMouse # !Handles:不需要窗口大小调整边角
# !Icon:使得程序 Iconify 后不在桌面上显示图标
# Style * BorderWidth , !Handles, !Title, !Icon
Style * BorderWidth , !Handles, !Title
Style * IconBox -,IconFill top Left
Style * NoIconTitle
Style * SloppyFocus,MouseFocusClickRaises
Style * SmartPlacement
Style * TileCascadePlacement #--#MenuStyle * Foreground gray90, Background gray20
#Style * ClickToFocus, ClickToFocusPassesClick Style "Fvwm*" Sticky, WindowListSkip, CirculateSkipIcon, CirculateSkip # 窗口边框颜色
Colorset fg black, bg rgb:9e/ee/ee, sh rgb:9e/ee/ee, hi rgb:9e/ee/ee
Colorset fg black, bg rgb:/aa/aa, sh rgb:/aa/aa, hi rgb:/aa/aa
Style * BorderColorset
Style * HilightBorderColorset MenuStyle * Hilight3DOff, PopupDelayed, PopupDelay , SeparatorsLong
MenuStyle * ActiveFore white, HilightBack rgb://
# fg:文本色、bg:背景色、sh:右下边框色、hi:左上边框色
Colorset fg black, bg rgb:e9/ff/e9, sh rgb:/cc/, hi rgb:/cc/
MenuStyle * MenuColorset
#############################################################################
DestroyFunc StartFunction
AddToFunc StartFunction
+ I Exec exec xsetroot -solid grey10 DestroyFunc InitFunction
AddToFunc InitFunction
#+ I Exec xclock -d -bg grey10 -fg grey80 -geometry 88x44-+ -strftime '%H:%M'
+ I Exec xterm DestroyFunc ExitFunction
AddToFunc ExitFunction
+ I All Close DestroyFunc RestartFunction
AddToFunc RestartFunction
#+ I Exec xclock -d -bg grey10 -fg grey80 -geometry 88x44-+ -strftime '%H:%M'
+ I Exec xterm DestroyMenu RootMenu
AddToMenu RootMenu "Root Menu" Title
+ "" Nop ##
# Key maps
##
Key Tab A M WindowList Root c c CurrentAtEnd CurrentDesk NoGeometry NoCurrentDeskTitle NoNumInDeskTitle NoDeskNum SelectOnRelease Meta_L Key k A GotoDesk - Next [*] Focus
Key j A GotoDesk + Next [*] Focus
Key k A C4 Silent MovetoDesk - Next [*] Focus
Key j A C4 Silent MovetoDesk + Next [*] Focus
Key k A C4M Restart
Key k A CM All (xterm) Close Delete
Key s A All Iconify True
Key d A All Iconify False
Key A Silent Move
Key A Silent Resize
Key m A Silent Maximize
Key f A Silent Maximize
Key t A Exec xterm
Key i A Exec firefox AddToFunc CloseProgram
+ I Silent Close Delete
+ I Silent Next [*] Focus
Key A Silent CloseProgram AddToFunc IconifyProgram
+ I Silent Iconify True
+ I Silent Next [*] Focus
Key A IconifyProgram Key F4 A Quit ##
# Mouse maps
##
Mouse R A -
Mouse R A -
Mouse R A -
AddToFunc MoveSelectedWindow
+ H move
Mouse WFS A MoveSelectedWindow  

...

FVWM_SMALLEST_CONFIG的更多相关文章

随机推荐

  1. 建站手册-浏览器信息:Netscape 浏览器

    ylbtech-建站手册-浏览器信息:Netscape 浏览器 1.返回顶部 1. http://www.w3school.com.cn/browsers/browsers_netscape.asp ...

  2. centos7 yum 安装最新的nginx 1.16

    参考:https://www.cnblogs.com/opsprobe/p/10773582.html nginx官方文档说明:http://nginx.org/en/linux_packages.h ...

  3. java部署系列:CentOS下部署Java7/Java8

    一.前言 1.本文主要内容 CentOS下部署OracleJDK CentOS下部署OpenJDK 2.适用范围与本篇环境 适用范围 1.CentOS 6+2.Java 7+ 本篇环境 1.CentO ...

  4. MySql常见的错误

    一些MySql运行中遇到的错误总结,大家也可以留言进行我进行汇总. 一.Unknown error 1146 com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxEr ...

  5. python基础之数据类型初始

    变量 贴标签 变量名规则:只能是字母下划线和数字组成,不能以数字开头,不能和关键字同名,不能使用拼音和中文,具有可描述性,区别大小写,变量名推荐写法:驼峰提,下划线(官方推荐) 变量赋值 常量 特性: ...

  6. spark性能调优05-troubleshooting处理

    1.调节reduce端缓冲区大小避免OOM异常 1.1 为什么要调节reduce端缓冲区大小 对于map端不断产生的数据,reduce端会不断拉取一部分数据放入到缓冲区,进行聚合处理: 当map端数据 ...

  7. JS点击

    本来是想做一个鼠标点击事件:A,B两个东西,B先隐藏,点击A,B出现,再点一次A,B消失,然后发现在判断不同的情况下,出现了一点小问题 暂时没有问题的写法: <!DOCTYPE html> ...

  8. adb.exe端口被占用,起不来报错

    一.准备部署android功能调试时:报错 Please ensure that adb is correctly located at 'D:\ProgramFiles\eclipse_jee_ox ...

  9. groupby 技术

    分组键可以有很多形式,且类型不必相同: 1.列表或数组,其长度与待分组的轴一样 2.表示DataFrame某个列名的值 3.字典或Series,给出待分组轴上的值与分组名之间的对应关系 4.函数,用于 ...

  10. JavaScript常用技巧之字符串操作

    1.首字母大写 str.replace(/\b\w+/g, function (word) { return word.substring(0, 1).toLowerCase() + word.sub ...