diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 32a10fd..5f7c27f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -1,4 +1,4 @@ -shadow = true; +shadow = false; detect-rounded-corners = true; shadow-radius = 5; shadow-offset-x = 1; diff --git a/.config/tdm/default b/.config/tdm/default index d689be3..5ef608d 120000 --- a/.config/tdm/default +++ b/.config/tdm/default @@ -1 +1 @@ -/home/ziro/.config/tdm/sessions/bspwm \ No newline at end of file +/home/ziro/.config/tdm/sessions/dwm \ No newline at end of file diff --git a/.config/vim/vim_uni b/.config/vim/vim_uni index 65dba38..d1db49b 100644 --- a/.config/vim/vim_uni +++ b/.config/vim/vim_uni @@ -106,16 +106,16 @@ map l " Complete menu mappings " Up and Down act like ctrl+p and ctrl+n -inoremap pumvisible() ? "" : "" +inoremap pumvisible() ? "" : "" inoremap pumvisible() ? "" : "" " Enter to complete inoremap pumvisible() ? "" : "" " Left or Right to cancel -inoremap pumvisible() ? "" : "" -inoremap pumvisible() ? "" : "" +" inoremap pumvisible() ? "" : "" +" inoremap pumvisible() ? "" : "" " Tab act like ctrl+p and ctrl+n -inoremap pumvisible() ? "" : "" -inoremap pumvisible() ? "" : "" +inoremap pumvisible() ? "" : "" +inoremap pumvisible() ? "" : ""