File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ font $default_fonts
29
29
30
30
# window border settings
31
31
# 默认窗口边框设置(有边框才能显示 split indicator)
32
- default_border pixel 2
33
- default_floating_border pixel 2
32
+ default_border pixel 1
33
+ default_floating_border pixel 1
34
34
35
35
# hiding borders adjacent to the screen edges
36
36
#隐藏窗口边缘
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ exec_always --no-startup-id ~/.config/polybar_themes/launch.sh zioer > /dev/nul
71
71
72
72
73
73
for_window [class="Variety"] floating enable
74
- # for_window [class="dbus"] floating enable
74
+ for_window [class="dbus"] floating enable
75
75
for_window [class="KeePass"] floating enable
76
- # for_window [class="konsole"] floating enable
77
- # for_window [class="^Shutter$"] floating enable
76
+ for_window [title="设置$"] floating enable
77
+ for_window [class="^Shutter$"] floating enable
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ fade-exclude = [ ]
53
53
#################################
54
54
# Opacity
55
55
56
- inactive-opacity = 0.93
56
+ inactive-opacity = 1.0
57
57
# frame-opacity = 1
58
58
# Let inactive opacity set by -i override the '_NET_WM_WINDOW_OPACITY' values of windows.
59
59
inactive-opacity-override = false
You can’t perform that action at this time.
0 commit comments