aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-04-07 20:02:05 -0700
committerclarkzjw <[email protected]>2023-04-07 20:02:05 -0700
commitd1bc3d4fcbf58a028911ea5b2614941a5688c486 (patch)
tree8deb21ebbe69880a87f21e090cfcb4cc469e8771 /dot_config/jgmenu/jgmenurc
parentd8ecd35ee965c3ea3827ab0c36bb2bef85699eef (diff)
downloaddotfiles-d1bc3d4fcbf58a028911ea5b2614941a5688c486.tar.gz
i3: show window icon on title bar
Diffstat (limited to 'dot_config/jgmenu/jgmenurc')
-rw-r--r--dot_config/jgmenu/jgmenurc43
1 files changed, 43 insertions, 0 deletions
diff --git a/dot_config/jgmenu/jgmenurc b/dot_config/jgmenu/jgmenurc
new file mode 100644
index 0000000..55a23e2
--- /dev/null
+++ b/dot_config/jgmenu/jgmenurc
@@ -0,0 +1,43 @@
1
2# jgmenurc
3
4at_pointer = 0
5stay_alive = 0
6multi_window = 1
7tint2_look = 1
8
9menu_halign = left
10menu_valign = bottom
11menu_margin_x = 10
12menu_margin_y = 45
13
14menu_width = 250
15menu_radius = 10
16menu_border = 1
17
18menu_padding_top = 5
19menu_padding_right = 2
20menu_padding_bottom = 5
21menu_padding_left = 2
22
23item_height = 30
24item_padding_x = 10
25item_margin_y = 10
26item_radius = 0
27item_border = 0
28sep_height = 3
29
30icon_size = 24
31font = UbuntuMono 20px
32
33sub_hover_action = 1
34terminal_exec = xfce4-terminal
35terminal_args = -e
36
37color_menu_bg = #383c4a 100
38color_menu_fg = #8fa1b3 100
39color_norm_bg = #2b303b 0
40color_norm_fg = #8fa1b3 100
41color_sel_bg = #5294e2 100
42color_sel_fg = #2b303b 100
43color_sep_fg = #7c818c 40
Powered by cgit v1.2.3 (git 2.41.0)