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/i3
parentd8ecd35ee965c3ea3827ab0c36bb2bef85699eef (diff)
downloaddotfiles-d1bc3d4fcbf58a028911ea5b2614941a5688c486.tar.gz
i3: show window icon on title bar
Diffstat (limited to 'dot_config/i3')
-rw-r--r--dot_config/i3/config11
1 files changed, 5 insertions, 6 deletions
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:
44default_border pixel 0
45#new_window pixel 1
46
47# thin borders 43# thin borders
48#hide_edge_borders both 44hide_edge_borders both
49default_border normal 45default_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
322for_window [class=".*"] move position center 318for_window [class=".*"] move position center
323 319
320# windows title bar icon
321for_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
426exec --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
Powered by cgit v1.2.3 (git 2.41.0)