shell: Make active hint size configurable
This commit is contained in:
parent
6492cfb96a
commit
4bf2c8df79
7 changed files with 58 additions and 26 deletions
|
|
@ -1278,8 +1278,13 @@ impl Shell {
|
|||
.windows()
|
||||
.find(|(w, _)| w.wl_surface().as_ref() == Some(surface))
|
||||
.unwrap();
|
||||
if let Some(grab) = workspace.move_request(&window, &seat, &output, start_data)
|
||||
{
|
||||
if let Some(grab) = workspace.move_request(
|
||||
&window,
|
||||
&seat,
|
||||
&output,
|
||||
start_data,
|
||||
state.common.config.static_conf.active_hint,
|
||||
) {
|
||||
let handle = workspace.handle;
|
||||
state
|
||||
.common
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue