From f8b38581633c9e432cfe3ab098169e22c9749f64 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 2 Feb 2023 15:26:34 -0800 Subject: i3 --- dot_config/flameshot/flameshot.ini | 2 +- dot_config/i3/config | 2 +- dot_config/picom.conf | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dot_config/flameshot/flameshot.ini b/dot_config/flameshot/flameshot.ini index 9be32ef..56431cb 100644 --- a/dot_config/flameshot/flameshot.ini +++ b/dot_config/flameshot/flameshot.ini @@ -1,7 +1,7 @@ [General] contrastOpacity=188 copyOnDoubleClick=true -drawColor=#ff0073 +drawColor=#f5f3f5 filenamePattern=Snipaste_%F_%H-%M-%S saveAfterCopy=true saveAsFileExtension=png diff --git a/dot_config/i3/config b/dot_config/i3/config index f1d3a04..aa3ab18 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -308,7 +308,7 @@ assign [class="jetbrains-clion"] $ws1 assign [class="Thunar"] $ws3 assign [class="Logseq"] $ws3 assign [class="thunderbird"] $ws4 -assign [class="TelegramDesktop"] $ws5 +#assign [class="TelegramDesktop"] $ws5 assign [class="discord"] $ws5 assign [class="Microsoft Teams - Preview"] $ws5 assign [class="FLTK"] $ws9 diff --git a/dot_config/picom.conf b/dot_config/picom.conf index 2ec14a9..bdfe7f2 100644 --- a/dot_config/picom.conf +++ b/dot_config/picom.conf @@ -10,8 +10,8 @@ # Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`. # `xrender` is the default one. # GLX backend is typically much faster but depends on a sane driver. -#backend = "xrender"; -backend = "glx"; +backend = "xrender"; +#backend = "glx"; #backend = "xr_glx_hybrid" ################################# -- cgit v1.2.3