From b30a7f4cefa8ffa27b47d2fcfbd6e9fd9a8c2ab3 Mon Sep 17 00:00:00 2001 From: Michael Bradley Date: Mon, 22 Jan 2024 10:23:47 -0500 Subject: [PATCH] Add a little exemption to make windows float for one of my courses --- config/picom.conf | 3 ++- i3/config | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/config/picom.conf b/config/picom.conf index 24db9a0..ea67c1c 100755 --- a/config/picom.conf +++ b/config/picom.conf @@ -64,7 +64,8 @@ opacity-rule = [ corner-radius = 8; rounded-corners-exclude = [ "window_type = 'dock'", - "window_type = 'desktop'" + "window_type = 'desktop'", + "name = 'COMP 3009 - Tutorial 1'" ]; diff --git a/i3/config b/i3/config index f5e9edc..283b2c0 100755 --- a/i3/config +++ b/i3/config @@ -159,6 +159,8 @@ new_window none for_window [all] border none hide_edge_borders both +for_window [title = "^COMP 3009"] floating enable + # other commands exec --no-startup-id redshift-gtk -l 44.631:-77.955