mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-23 02:05:33 +07:00
shell: add support for kde server decorations
This should provide server side decorations for the gtk3 applications, like firefox.
This commit is contained in:
committed by
Ivan Molodetskikh
parent
cf123ddcd0
commit
804e064826
+1
-1
@@ -3,7 +3,7 @@ use std::collections::{HashMap, HashSet};
|
||||
use std::os::fd::FromRawFd;
|
||||
use std::path::{Path, PathBuf};
|
||||
use std::rc::Rc;
|
||||
use std::sync::{Mutex, Arc};
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::time::Duration;
|
||||
|
||||
use anyhow::{anyhow, Context};
|
||||
|
||||
Reference in New Issue
Block a user