fix mkshrc and picom errors

This commit is contained in:
davidovski 2024-04-04 18:08:42 +01:00
parent 54c6b0a122
commit 37716d1db0
2 changed files with 3 additions and 3 deletions

View File

@ -75,7 +75,7 @@ no-dock-shadow = false
# #
# shadow-exclude = [] # shadow-exclude = []
shadow-exclude = [ shadow-exclude = [
"_GTK_FRAME_EXTENTS@:c", "_GTK_FRAME_EXTENTS@:c"
#"_NET_WM_STATE@:32a" #"_NET_WM_STATE@:32a"
]; ];
@ -166,7 +166,7 @@ focus-exclude = [
# #
# opacity-rule = [] # opacity-rule = []
opacity-rule = [ opacity-rule = [
"100:class_g = 'slop'", # maim "100:class_g = 'slop'" # maim
]; ];

2
mkshrc
View File

@ -55,4 +55,4 @@ parse_git_dirty () {
bind '^L=clear-screen' bind '^L=clear-screen'
export PS1="\${PWD/#\$HOME/\~}\`parse_git_branch\` > ") export PS1="\${PWD/#\$HOME/\~}\`parse_git_branch\` > "