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的更多相关文章
随机推荐
- quartz的初步总结及配置优化
1.scheduler 1. Scheduler就是Quartz的大脑,所有任务都是由它来设施.Scheduler包含一个两个重要组件: JobStore和ThreadPool.JobStore是会来 ...
- 洛谷 P1742 最小圆覆盖 (随机增量)
题目链接:P1742 最小圆覆盖 题意 给出 N 个点,求最小的包含所有点的圆. 思路 随机增量 最小圆覆盖一般有两种做法:随机增量和模拟退火.随机增量的精确度更高,这里介绍随机增量的做法. 先将所有 ...
- 运维 05 Shell基本命令
Shell基本命令 前言 前面咱们已经成功安装了Linux系统--centos7,那么现在跟着超哥奔向Linux的大门. Linux命令行的组成结构 [root@oldboy_python ~]# ...
- upc组队赛2 Hakase and Nano【思维博弈】
Hakase and Nano 题目描述 Hakase and Nano are playing an ancient pebble game (pebble is a kind of rock). ...
- vue的品牌添加与筛选的功能集合
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- Spring Cloud动态刷新配置信息
有时候在配置中心有些参数是需要修改的,这时候如何不重启而达到实时生效的效果呢? 添加依赖 <dependencies> ... <dependency> <groupId ...
- android中的文件存储
Context类中提供的IO方法: FileOutputSream openFileOutput(String name, int mode):打开应用程序中的/data/data/<应用程序的 ...
- android meta_data配置数据
- C#5.0 异步编程 Async和Await--介绍
C#5.0引入async和await关键字实现方法的异步调用. 直接进入正题. async只是一个标识符,并没有实际的用途,只是用于表明某个方法是异步方法,在方法前面加上async 表示该方法为一个异 ...
- 小程序图片在安卓上拉伸的问题&导航&返回首页
今天提了一个bug,有几张图片在安卓上面加载会先变大拉伸再恢复正常 出现这样的问题应该是用widthFix造成的 具体原因还不是很清楚,因为都是本地图片,所以我就直接把高也设置好就暂时没有这个问题 ...