-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.default
More file actions
executable file
·43 lines (31 loc) · 1.11 KB
/
config.default
File metadata and controls
executable file
·43 lines (31 loc) · 1.11 KB
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
#!/bin/sh
#
# wmrc config - global variables for wmrc
# (c) arcetera 2015 - wtfpl
#
# required (you probably don't want to change these)
WID=$(pfw)
WW=$(wattr w $WID)
WH=$(wattr h $WID)
CUR=${2:-$(pfw)}
ROOT=$(lsw -r)
SW=$(wattr w $ROOT)
SH=$(wattr h $ROOT)
BWIDTH=$(wattr b $CUR)
PFW=$(pfw)
# files used for storing things like window geometry, etc (be VERY careful with these)
FSFILE=${FSFILE:-~/.fwin} ## stores window geometry for fullscreen
GRPROOT=/tmp/groups ## where groups are stored
STATE_FILE=${STATE_FILE:-~/.dytyl_state} ## stores the current layout
# groups
GRPNUM=5 ## number of groups
# blur
WALL=~/.wall.png ## wallpaper to blur, should be the same as the currently set wallpaper
BLUR=2 ## blur radius. move up for more intense blur, move down for less intense blur.
# tiling
PANEL=${PANEL:-5} ## leaves space for the bar/panel
GAP=${GAP:-15} ## how large the gaps should be
# borders
BW=${BW:-2} ## border width
ACTIVE=${ACTIVE:-0x515151} ## border color of active window
INACTIVE=${INACTIVE:-0xa09f93} ## border color of inactive window