Skip to content

Commit

Permalink
chore(config: rules): add for "Carla" with custom fxp loaded
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Nov 18, 2024
1 parent 36d367c commit f6e7804
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/rules.lua
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,16 @@ function rules.init(awesome_context)
raise=false,
},
},
{ rule = { class = "Carla2", name = "Carla - switch_multicomp.carxp" },
properties = {
--width = dpi(700),
height = dpi(256),
placement = no_offscreen_margined_placement,
tag=capi.screen.primary.tags[11],
raise=false,
},
},


{ rule_any = { class = {"Blueman-manager",}, },
properties = {
Expand Down

0 comments on commit f6e7804

Please sign in to comment.