-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources.template
36 lines (36 loc) · 1.11 KB
/
Xresources.template
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
! Xresources template for DWM
dwm.interfacefont: Iosevka Term Medium 12
dwm.dmenufont: Iosevka Term Medium:size=11
! gaps between windows (in pixels)
dwm.gappx: 2
! 1=bar is on top, 0 is at bottom
dwm.bar_position: 0
! show bar (1 yes, 0 no)
dwm.showbar: 1
! border pixels
dwm.borderpx: 2
! show systray 1 yes, 0 no
dwm.showsystray: 1
! systray pinning fail behaviour: 1 = first monitor, 0 = last monitor
dwm.systraypinningfailfirst: 1
! systray pinning: 0 follows current monitor, >0 pin to monitor X
dwm.systraypinning: 0
! systray spacing in pixels
dwm.systrayspacing: 2
! center the window name in the top bar
dwm.centerwindowname: 0
! rounded window corner radius
dwm.corner_radius: 0
! round windows mode 0: only floating, 1: only fullscreen, 2: all windows
dwm.round_windows: 0
! set dwm bar height. 0 means default value
dwm.bar_height: 0
! space in pixels between the bar and windows
dwm.bar_win_spacing: 2
! normal and selected fg, bg and border colors
dwm.normbackground: "#222222"
dwm.normborder: "#444444"
dwm.normforeground: "#bbbbbb"
dwm.selforeground: "#005577"
dwm.selbackground: "#eeeeee"
dwm.selborder: "#005577"