diff --git a/dconf/.config/dconf/user b/dconf/.config/dconf/user index 348cd910a..63d377551 100644 Binary files a/dconf/.config/dconf/user and b/dconf/.config/dconf/user differ diff --git a/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini b/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini index fdd198a35..8c475593e 100644 --- a/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini +++ b/flexiflow/.config/flexiflow/flexiflow_bar/bar_updates.ini @@ -1,2 +1,2 @@ -LastUsed=1692536262 +LastUsed=1692540767 Message='Fully Updated' diff --git a/picom/.config/picom/picom.conf b/picom/.config/picom/picom.conf index 98c33201b..8ebf125a0 100644 --- a/picom/.config/picom/picom.conf +++ b/picom/.config/picom/picom.conf @@ -144,29 +144,12 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; # Sets the radius of rounded window corners. When > 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" ];