From d1bc3d4fcbf58a028911ea5b2614941a5688c486 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 7 Apr 2023 20:02:05 -0700 Subject: i3: show window icon on title bar --- dot_config/i3/config | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'dot_config/i3/config') 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 # extra options for windows: # ############################## -#border indicator on windows: -default_border pixel 0 -#new_window pixel 1 - # thin borders -#hide_edge_borders both +hide_edge_borders both default_border normal # Use Mouse+$mod to drag floating windows to their wanted position @@ -321,6 +317,9 @@ for_window [class="Logseq"] border pixel 1 # set position of floating window for_window [class=".*"] move position center +# windows title bar icon +for_window [all] title_window_icon padding 1px + ################## # floating rules # ################## @@ -423,7 +422,7 @@ exec --no-startup-id dunst --config ~/.config/dunst/dunstrc #exec --no-startup-id env GDK_SCALE=2 /usr/lib/xfce4/notifyd/xfce4-notifyd & # Mastodon client -exec --no-startup-id tmux new -d -s toot tut +#exec --no-startup-id tmux new -d -s toot tut # autotiling script # https://github.com/nwg-piotr/autotiling -- cgit v1.2.3