From bad695620096d9a342815ca6eef223e4ce7b0914 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 29 Jan 2023 00:04:59 +0100 Subject: [PATCH] feat(soft) clion to workspace 1 --- i3/config | 1 + picom/picom.conf | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/i3/config b/i3/config index a6bb439..360cac0 100644 --- a/i3/config +++ b/i3/config @@ -290,6 +290,7 @@ assign [class="spotify"] $ws10 assign [class="jetbrains-phpstorm"] $ws1 assign [class="jetbrains-goland"] $ws1 assign [class="jetbrains-idea"] $ws1 +assign [class="jetbrains-clion"] $ws1 # automatic set focus new window if it opens on another workspace then the current: for_window [class=Xfce4-terminal] focus diff --git a/picom/picom.conf b/picom/picom.conf index c8f740d..d7914bb 100644 --- a/picom/picom.conf +++ b/picom/picom.conf @@ -101,7 +101,8 @@ shadow-exclude = [ "class_g = 'Cairo-clock'", "class_g = 'slop'", "class_g = 'Polybar'", - "_GTK_FRAME_EXTENTS@:c" + "_GTK_FRAME_EXTENTS@:c", + "class_g = 'Cinny'" ]; # Specify a X geometry that describes the region in which shadow should not @@ -206,7 +207,7 @@ focus-exclude = [ # # opacity-rule = [] opacity-rule = [ - "80:class_g = 'Polybar'", +# "80:class_g = 'Polybar'", ];