Add a little exemption to make windows float for one of my courses

This commit is contained in:
Michael Bradley 2024-01-22 10:23:47 -05:00
parent e90ed5041c
commit b30a7f4cef
2 changed files with 4 additions and 1 deletions

View file

@ -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'"
];

View file

@ -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