FVWM_SMALLEST_CONFIG
...
# -----------------------------------------------------------------
# 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的更多相关文章
随机推荐
- Linux安装Oracle 10g
目录 目录 环境 RHEL6 Configuration Update JDK 配置Oracle安装环境 硬件检测 软件检测 编辑配置文件 安装Oracle Database 环境 系统 RHEL6 ...
- 【lua学习笔记】——环境配置
1 开发平台 windows7 64位 2 下载链接 http://www.lua.org/download.html 3 安装完成-环境配置 4 运行 WIN+R 运行 cmd 运行lua,显示配 ...
- Forgery CodeForces - 1059B
一道印章刻印的题目: 具体要求:有一个固定的3*3的印章,给你一个墨迹问能用这个印章印出墨迹吗?(一个像素可以多次被上色) 输入:第一行是墨迹的行列规模,接下来是墨迹 输出:If Andrey can ...
- html5中利用FileReader来读取文件。
利用FileReader来读取文件的能够来实现即时预览的效果,这个也是在html5中才有的功能. <!DOCTYPE html> <html lang="en"& ...
- Android/IOS APP界面设计之尺寸规范
1.尺寸以及分辨率 iPhone的界面尺寸不用多说,640*960是基本OK的,也可以是适应5S的640*1136,马上iPhone 6也快来了(随便吐槽一下网上曝的真机谍照,真是丑到离谱...),只 ...
- python 根据余弦定理计算两边的夹角
前面写过C#的. import numpy def GetAngle(sta_point, mid_point, end_point): ma_x = sta_point.X-mid_point.X ...
- js canvas 粒子动画 电子表
前言 从我接触canvas的第一天就觉得canvas很有趣,想搞点事情,这几天终于忍不住了,于是他来了. 先看效果 这里我做了四个大家有兴趣可以看完文章, ...
- Python 基础 2-1 列表入门
引言 列表 list 是由一系列按照特定顺序排列的元素组成的,它是一种有序的数据集合. 你可以添加任何类型的元素到列表中,其中的元素之间可以没有任何关系. 列表简介 Python 使用方括号 [] 来 ...
- .net Mvc Dapper 方法封装
首先需要添加 NuGet 包 Dapper 以及引用Configuration <connectionStrings> <add name="SqlSrc&quo ...
- python3 获取当前路径及os.path.dirname的使用
方法一: import sys,os os.getcwd()#然后就可以看见结果了 方法二: import os os.path.dirname(os.path.realpath('__file__' ...