Add a little exemption to make windows float for one of my courses
This commit is contained in:
parent
e90ed5041c
commit
b30a7f4cef
2 changed files with 4 additions and 1 deletions
|
@ -64,7 +64,8 @@ opacity-rule = [
|
||||||
corner-radius = 8;
|
corner-radius = 8;
|
||||||
rounded-corners-exclude = [
|
rounded-corners-exclude = [
|
||||||
"window_type = 'dock'",
|
"window_type = 'dock'",
|
||||||
"window_type = 'desktop'"
|
"window_type = 'desktop'",
|
||||||
|
"name = 'COMP 3009 - Tutorial 1'"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -159,6 +159,8 @@ new_window none
|
||||||
for_window [all] border none
|
for_window [all] border none
|
||||||
hide_edge_borders both
|
hide_edge_borders both
|
||||||
|
|
||||||
|
for_window [title = "^COMP 3009"] floating enable
|
||||||
|
|
||||||
# other commands
|
# other commands
|
||||||
exec --no-startup-id redshift-gtk -l 44.631:-77.955
|
exec --no-startup-id redshift-gtk -l 44.631:-77.955
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue