feat(kde): improve integration.
This commit is contained in:
parent
4f22a6ebaa
commit
26b4c574e3
5 changed files with 21 additions and 3 deletions
|
|
@ -14,17 +14,19 @@ profile xrdb @{exec_path} {
|
|||
|
||||
@{exec_path} mr,
|
||||
|
||||
/{usr/,}bin/{,*-}cpp-[0-9]* rix,
|
||||
/{usr/,}bin/{,ba,da}sh rix,
|
||||
/{usr/,}bin/{,@{multiarch}-}cpp-[0-9]* rix,
|
||||
/{usr/,}bin/cpp rix,
|
||||
/{usr/,}lib{,32,64}/gcc/@{multiarch}/[0-9]*/cc1 rix,
|
||||
/{usr/,}lib{,32,64}/gcc/*/[0-9]*/cc1 rix,
|
||||
/{usr/,}lib/llvm-[0-9]*/bin/clang rix,
|
||||
|
||||
/usr/include/stdc-predef.h r,
|
||||
|
||||
@{etc_ro}/Xresources/x11-common r,
|
||||
@{etc_ro}/X11/Xresources r,
|
||||
|
||||
# The location of the .Xresources file
|
||||
owner @{HOME}/.Xdefaults r,
|
||||
owner @{HOME}/.Xresources r,
|
||||
owner @{user_config_dirs}/.Xresources r,
|
||||
owner @{user_config_dirs}/Xresources/.Xresources r,
|
||||
|
|
@ -35,6 +37,8 @@ profile xrdb @{exec_path} {
|
|||
owner /tmp/startplasma-x11.?????? r,
|
||||
owner /tmp/xauth-[0-9]*-_[0-9] r,
|
||||
|
||||
@{run}/sddm/\{@{uuid}\} r,
|
||||
|
||||
# file_inherit
|
||||
owner /dev/tty[0-9]* rw,
|
||||
owner @{HOME}/.xsession-errors w,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue