Skip to content

Commit

Permalink
Add Sideload app to default floating exceptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobgkau authored and mmstick committed Dec 18, 2020
1 parent 2a3560a commit 19ebae0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const DEFAULT_RULES: Array<FloatRule> = [
{ class: "zoom", },
{ class: "Gnome-terminal", title: "Preferences – General" },
{ class: "Gjs", title: "Settings" },
{ class: "Io.elementary.sideload", },
];

export interface FloatRule {
Expand Down

0 comments on commit 19ebae0

Please sign in to comment.