From 1b8cef6c3b50ffaeeadfbc57c472e495d01f1f34 Mon Sep 17 00:00:00 2001 From: The-Repo-Club Date: Sun, 20 Aug 2023 14:59:48 +0100 Subject: [PATCH] Update Picom --- dconf/.config/dconf/user | Bin 7212 -> 7212 bytes .../flexiflow/flexiflow_bar/bar_updates.ini | 2 +- picom/.config/picom/picom.conf | 19 +----------------- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/dconf/.config/dconf/user b/dconf/.config/dconf/user index 348cd910a82ff6bf05e9225614bfb8d208fd1250..63d37755114f28d99751d48545affc69c46564a5 100644 GIT binary patch delta 18 ZcmZ2uvBqLUhB)giMh1rZ&AH 0, the compositor will # round the corners of windows. Does not interact well with # `transparent-clipping`. -corner-radius = 10 +corner-radius = 0 # Exclude conditions for rounded corners. rounded-corners-exclude = [ "window_type = 'dock'", "window_type = 'desktop'", - # Programs - "class_g = 'Dunst'", - "class_g = 'kitty'", - "class_g = 'Alacritty'", - "class_g = 'Polybar'", - "class_g = 'Code'", - "class_g = 'firefox'", - "class_g = 'Nemo'", - "class_g = 'jetbrains-studio'", - "class_g = 'Pavucontrol'", - "class_g = 'discord'", - # Window Manager Stuff - "class_g = 'flexiflow'", - "class_g = 'flexiflowsystray'", - "class_g = 'scratchpad_terminal'", - "class_g = 'Software Management - dnfdragora'", - "QTILE_INTERNAL:32c = 1" ];