diff options
author | clarkzjw <[email protected]> | 2023-04-07 20:02:05 -0700 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-04-07 20:02:05 -0700 |
commit | d1bc3d4fcbf58a028911ea5b2614941a5688c486 (patch) | |
tree | 8deb21ebbe69880a87f21e090cfcb4cc469e8771 /dot_config | |
parent | d8ecd35ee965c3ea3827ab0c36bb2bef85699eef (diff) | |
download | dotfiles-d1bc3d4fcbf58a028911ea5b2614941a5688c486.tar.gz |
i3: show window icon on title bar
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/flameshot/flameshot.ini | 2 | ||||
-rw-r--r-- | dot_config/i3/config | 11 | ||||
-rw-r--r-- | dot_config/ibus/rime/user.yaml | 2 | ||||
-rw-r--r-- | dot_config/jgmenu/jgmenurc | 43 |
4 files changed, 50 insertions, 8 deletions
diff --git a/dot_config/flameshot/flameshot.ini b/dot_config/flameshot/flameshot.ini index bce4432..5223e51 100644 --- a/dot_config/flameshot/flameshot.ini +++ b/dot_config/flameshot/flameshot.ini | |||
@@ -1,7 +1,7 @@ | |||
1 | [General] | 1 | [General] |
2 | contrastOpacity=188 | 2 | contrastOpacity=188 |
3 | copyOnDoubleClick=true | 3 | copyOnDoubleClick=true |
4 | drawColor=#008000 | 4 | drawColor=#ffffff |
5 | filenamePattern=Snipaste_%F_%H-%M-%S | 5 | filenamePattern=Snipaste_%F_%H-%M-%S |
6 | saveAfterCopy=true | 6 | saveAfterCopy=true |
7 | saveAsFileExtension=png | 7 | saveAsFileExtension=png |
diff --git a/dot_config/i3/config b/dot_config/i3/config index fff142f..10726f1 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config | |||
@@ -40,12 +40,8 @@ workspace_layout tabbed | |||
40 | # extra options for windows: # | 40 | # extra options for windows: # |
41 | ############################## | 41 | ############################## |
42 | 42 | ||
43 | #border indicator on windows: | ||
44 | default_border pixel 0 | ||
45 | #new_window pixel 1 | ||
46 | |||
47 | # thin borders | 43 | # thin borders |
48 | #hide_edge_borders both | 44 | hide_edge_borders both |
49 | default_border normal | 45 | default_border normal |
50 | 46 | ||
51 | # Use Mouse+$mod to drag floating windows to their wanted position | 47 | # Use Mouse+$mod to drag floating windows to their wanted position |
@@ -321,6 +317,9 @@ for_window [class="Logseq"] border pixel 1 | |||
321 | # set position of floating window | 317 | # set position of floating window |
322 | for_window [class=".*"] move position center | 318 | for_window [class=".*"] move position center |
323 | 319 | ||
320 | # windows title bar icon | ||
321 | for_window [all] title_window_icon padding 1px | ||
322 | |||
324 | ################## | 323 | ################## |
325 | # floating rules # | 324 | # floating rules # |
326 | ################## | 325 | ################## |
@@ -423,7 +422,7 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc | |||
423 | #exec --no-startup-id env GDK_SCALE=2 /usr/lib/xfce4/notifyd/xfce4-notifyd & | 422 | #exec --no-startup-id env GDK_SCALE=2 /usr/lib/xfce4/notifyd/xfce4-notifyd & |
424 | 423 | ||
425 | # Mastodon client | 424 | # Mastodon client |
426 | exec --no-startup-id tmux new -d -s toot tut | 425 | #exec --no-startup-id tmux new -d -s toot tut |
427 | 426 | ||
428 | # autotiling script | 427 | # autotiling script |
429 | # https://github.com/nwg-piotr/autotiling | 428 | # https://github.com/nwg-piotr/autotiling |
diff --git a/dot_config/ibus/rime/user.yaml b/dot_config/ibus/rime/user.yaml index 7af166c..a57040c 100644 --- a/dot_config/ibus/rime/user.yaml +++ b/dot_config/ibus/rime/user.yaml | |||
@@ -1,4 +1,4 @@ | |||
1 | var: | 1 | var: |
2 | last_build_time: 1676844809 | 2 | last_build_time: 1680841020 |
3 | option: | 3 | option: |
4 | simplification: true \ No newline at end of file | 4 | simplification: true \ No newline at end of file |
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 | |||
4 | at_pointer = 0 | ||
5 | stay_alive = 0 | ||
6 | multi_window = 1 | ||
7 | tint2_look = 1 | ||
8 | |||
9 | menu_halign = left | ||
10 | menu_valign = bottom | ||
11 | menu_margin_x = 10 | ||
12 | menu_margin_y = 45 | ||
13 | |||
14 | menu_width = 250 | ||
15 | menu_radius = 10 | ||
16 | menu_border = 1 | ||
17 | |||
18 | menu_padding_top = 5 | ||
19 | menu_padding_right = 2 | ||
20 | menu_padding_bottom = 5 | ||
21 | menu_padding_left = 2 | ||
22 | |||
23 | item_height = 30 | ||
24 | item_padding_x = 10 | ||
25 | item_margin_y = 10 | ||
26 | item_radius = 0 | ||
27 | item_border = 0 | ||
28 | sep_height = 3 | ||
29 | |||
30 | icon_size = 24 | ||
31 | font = UbuntuMono 20px | ||
32 | |||
33 | sub_hover_action = 1 | ||
34 | terminal_exec = xfce4-terminal | ||
35 | terminal_args = -e | ||
36 | |||
37 | color_menu_bg = #383c4a 100 | ||
38 | color_menu_fg = #8fa1b3 100 | ||
39 | color_norm_bg = #2b303b 0 | ||
40 | color_norm_fg = #8fa1b3 100 | ||
41 | color_sel_bg = #5294e2 100 | ||
42 | color_sel_fg = #2b303b 100 | ||
43 | color_sep_fg = #7c818c 40 | ||