From 034d957653c3e409d265e73ebf2978d2df0d2fb6 Mon Sep 17 00:00:00 2001 From: ziro Date: Sat, 7 Nov 2020 14:48:10 +0700 Subject: [PATCH] + Disable shadow + Disable some mapping + migrating to DWM --- .config/picom/picom.conf | 2 +- .config/tdm/default | 2 +- .config/vim/vim_uni | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) 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() ? "" : ""