forked from jcs/progman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
progman.ini
78 lines (66 loc) · 1.68 KB
/
progman.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#
# This is the configuration file for progman, and is optional. It should exist
# at ~/.config/progman/progman.ini
#
# Lines starting with '#' are ignored as comments.
#
[progman]
font = Microsoft Sans Serif:bold:size=14
iconfont = Microsoft Sans Serif:size=11
# Focused windows
fgcolor = white
bgcolor = #0000a8
# Unfocused windows
unfocused_fgcolor = black
unfocused_bgcolor = white
# Borders
border_fgcolor = black
border_bgcolor = #c0c7c8
border_width = 6
button_bgcolor = #c0c7c8
title_padding = 6
# For HiDPI displays, how many times to scale icons and buttons
scale = 2
# Launcher
launcher_fgcolor = black
launcher_bgcolor = #c0c7c8
# When not specified, the root color is not changed
#root_bgcolor = #c0c7c8
# Move windows by holding down this key and mouse button
drag_combo = Alt+Mouse1
# When moving windows, how hard to resist going off-screen
edgeresist = 80
# Custom key bindings can be specified as "Modifier+Key = action".
[keyboard]
Alt+Tab = cycle
Shift+Alt+Tab = reverse_cycle
Alt+F4 = close
Alt+1 = desk 0
Alt+2 = desk 1
Alt+3 = desk 2
Alt+4 = desk 3
Alt+5 = desk 4
Alt+6 = desk 5
Alt+7 = desk 6
Alt+8 = desk 7
Alt+9 = desk 8
Alt+0 = desk 9
Win+T = exec xterm
# Mouse clicks on desktop: right click reveals launcher, middle click launches
# terminal, wheel navigates desktops
[desktop]
Mouse2 = exec xterm
Mouse3 = launcher
Mouse4 = desk next
Mouse5 = desk previous
# When the launcher action is performed from a key binding or desktop click,
# this list will be shown; actions are the same as keyboard bindings
[launcher]
Xterm = exec xterm
Firefox = exec firefox
XCalc = exec xcalc
XEyes = exec xeyes
XClock = exec xclock
Lock = exec pkill -USR1 xidle
Restart = restart
Quit = quit