2025-02-24 17:26:11 +01:00
{ config
, lib
, . . .
} : {
programs . plasma = {
enable = true ;
overrideConfig = true ; # needed for stylix compat sadly
workspace = {
theme = " b r e e z e - d a r k " ;
lookAndFeel = " o r g . k d e . b r e e z e d a r k . d e s k t o p " ;
wallpaper = config . stylix . image ;
# wallpaper = "${config.home.homeDirectory}/Pictures/default_background.png"; set by stylix
} ;
panels = [
# Windows-like panel at the bottom
{
location = " b o t t o m " ;
screen = " a l l " ;
height = 42 ;
widgets = [
{
name = " o r g . k d e . p l a s m a . k i c k e r " ;
config = {
General = {
icon = " n i x - s n o w f l a k e " ;
alphaSort = true ;
showIconsRootLevel = true ;
} ;
} ;
}
{
name = " o r g . k d e . p l a s m a . p a g e r " ;
config = {
General = {
displayedText = " N o n e " ;
showWindowIcons = true ;
showOnlyCurrentScreen = true ;
wrapPage = true ;
currentDesktopSelected = " S h o w D e s k t o p " ;
} ;
} ;
}
{
name = " o r g . k d e . p l a s m a . t a s k m a n a g e r " ;
config = {
General = {
launchers = [
" a p p l i c a t i o n s : s y s t e m s e t t i n g s . d e s k t o p "
" p r e f e r r e d : / / f i l e m a n a g e r "
" p r e f e r r e d : / / b r o w s e r "
" a p p l i c a t i o n s : A l a c r i t t y . d e s k t o p "
" a p p l i c a t i o n s : e m a c s c l i e n t . d e s k t o p "
] ;
} ;
} ;
}
" o r g . k d e . p l a s m a . m a r g i n s s e p a r a t o r "
{
systemTray . items = {
shown = [
" o r g . k d e . p l a s m a . b l u e t o o t h "
" o r g . k d e . p l a s m a . v o l u m e "
" o r g . k d e . p l a s m a . n e t w o r k m a n a g e m e n t "
" o r g . k d e . p l a s m a . b a t t e r y "
] ;
hidden = [ ] ;
} ;
}
{
digitalClock = {
calendar . firstDayOfWeek = " m o n d a y " ;
time . format = " 2 4 h " ;
} ;
}
] ;
hiding = " n o n e " ;
}
# Application name, Global menu and Song information and playback controls at the top
{
location = " t o p " ;
screen = " a l l " ;
height = 26 ;
widgets = [
{
applicationTitleBar = {
behavior = {
activeTaskSource = " a c t i v e T a s k " ;
} ;
layout = {
elements = [ " w i n d o w T i t l e " ] ;
horizontalAlignment = " l e f t " ;
showDisabledElements = " d e a c t i v a t e d " ;
verticalAlignment = " c e n t e r " ;
} ;
overrideForMaximized . enable = false ;
titleReplacements = [
{
type = " r e g e x p " ;
originalTitle = " ^ B r a v e W e b B r o w s e r $ " ;
newTitle = " B r a v e " ;
}
{
type = " r e g e x p " ;
originalTitle = '' \ \ b D o l p h i n \ \ b '' ;
newTitle = " F i l e m a n a g e r " ;
}
] ;
windowTitle = {
font = {
bold = false ;
fit = " f i x e d S i z e " ;
size = 13 ;
} ;
hideEmptyTitle = true ;
undefinedWindowTitle = " " ;
margins = {
bottom = 0 ;
left = 10 ;
right = 5 ;
top = 0 ;
} ;
source = " a p p N a m e " ;
} ;
} ;
}
" o r g . k d e . p l a s m a . a p p m e n u "
" o r g . k d e . p l a s m a . p a n e l s p a c e r "
{
plasmusicToolbar = {
panelIcon = {
albumCover = {
useAsIcon = true ;
radius = 0 ;
} ;
# icon = "view-media-track";
} ;
playbackSource = " s p o t i f y " ;
musicControls . showPlaybackControls = true ;
songText = {
displayInSeparateLines = false ;
maximumWidth = 640 ;
scrolling = {
behavior = " a l w a y s S c r o l l " ;
speed = 3 ;
} ;
} ;
} ;
}
] ;
}
] ;
shortcuts = {
" K D E K e y b o a r d L a y o u t S w i t c h e r " . " S w i t c h t o N e x t K e y b o a r d L a y o u t " = " M e t a + A l t + K " ;
" k a c c e s s " . " T o g g l e S c r e e n R e a d e r O n a n d O f f " = " M e t a + A l t + S " ;
" k c m _ t o u c h p a d " . " D i s a b l e T o u c h p a d " = " T o u c h p a d O f f " ;
" k c m _ t o u c h p a d " . " E n a b l e T o u c h p a d " = " T o u c h p a d O n " ;
" k c m _ t o u c h p a d " . " T o g g l e T o u c h p a d " = [ " T o u c h p a d T o g g l e " " M e t a + C t r l + Z e n k a k u H a n k a k u " ] ;
" k d e d 5 " . " S h o w S y s t e m A c t i v i t y " = " C t r l + E s c " ;
" k d e d 5 " . " d i s p l a y " = [ " D i s p l a y " " M e t a + P " ] ;
" k m i x " . " d e c r e a s e _ m i c r o p h o n e _ v o l u m e " = " M i c r o p h o n e V o l u m e D o w n " ;
" k m i x " . " d e c r e a s e _ v o l u m e " = " V o l u m e D o w n " ;
" k m i x " . " d e c r e a s e _ v o l u m e _ s m a l l " = " S h i f t + V o l u m e D o w n " ;
" k m i x " . " i n c r e a s e _ m i c r o p h o n e _ v o l u m e " = " M i c r o p h o n e V o l u m e U p " ;
" k m i x " . " i n c r e a s e _ v o l u m e " = " V o l u m e U p " ;
" k m i x " . " i n c r e a s e _ v o l u m e _ s m a l l " = " S h i f t + V o l u m e U p " ;
" k m i x " . " m i c _ m u t e " = [ " M i c r o p h o n e M u t e " " M e t a + V o l u m e M u t e " ] ;
" k m i x " . " m u t e " = " V o l u m e M u t e " ;
" k s m s e r v e r " . " L o c k S e s s i o n " = [ " M e t a + L " " S c r e e n s a v e r " ] ;
" k s m s e r v e r " . " L o g O u t " = " C t r l + A l t + D e l " ;
" k w i n " . " A c t i v a t e W i n d o w D e m a n d i n g A t t e n t i o n " = " M e t a + C t r l + A " ;
" k w i n " . " C l e a r L a s t M o u s e M a r k " = " M e t a + S h i f t + F 1 2 " ;
" k w i n " . " C l e a r M o u s e M a r k s " = " M e t a + S h i f t + F 1 1 " ;
" k w i n " . " C u b e " = [ " M e t a + C " " M e t a + S p a c e " ] ;
" k w i n " . " E d i t T i l e s " = " M e t a + T " ;
" k w i n " . " E x p o s e " = " C t r l + F 9 " ;
" k w i n " . " E x p o s e A l l " = [ " C t r l + F 1 0 " " L a u n c h ( C ) " ] ;
" k w i n " . " E x p o s e C l a s s " = " C t r l + F 7 " ;
" k w i n " . " G r i d V i e w " = " M e t a + G " ;
" k w i n " . " I n v e r t " = " M e t a + C t r l + I " ;
" k w i n " . " I n v e r t W i n d o w " = " M e t a + C t r l + U " ;
" k w i n " . " K i l l W i n d o w " = " M e t a + C t r l + E s c " ;
" k w i n " . " M o v e M o u s e T o C e n t e r " = " M e t a + F 6 " ;
" k w i n " . " M o v e M o u s e T o F o c u s " = " M e t a + F 5 " ;
" k w i n " . " O v e r v i e w " = " M e t a + W " ;
" k w i n " . " S h o w D e s k t o p " = " M e t a + D " ;
" k w i n " . " S h o w D e s k t o p G r i d " = " M e t a + F 8 " ;
" k w i n " . " S u s p e n d C o m p o s i t i n g " = " A l t + S h i f t + F 1 2 " ;
" k w i n " . " S w i t c h W i n d o w D o w n " = " M e t a + A l t + D o w n " ;
" k w i n " . " S w i t c h W i n d o w L e f t " = " M e t a + A l t + L e f t " ;
" k w i n " . " S w i t c h W i n d o w R i g h t " = " M e t a + A l t + R i g h t " ;
" k w i n " . " S w i t c h W i n d o w U p " = " M e t a + A l t + U p " ;
" k w i n " . " S w i t c h O n e D e s k t o p D o w n " = " M e t a + C t r l + D o w n " ;
" k w i n " . " S w i t c h O n e D e s k t o p U p " = " M e t a + C t r l + U p " ;
" k w i n " . " S w i t c h O n e D e s k t o p t o t h e L e f t " = " M e t a + C t r l + L e f t " ;
" k w i n " . " S w i t c h O n e D e s k t o p t o t h e R i g h t " = " M e t a + C t r l + R i g h t " ;
" k w i n " . " S w i t c h t o D e s k t o p 1 " = " C t r l + F 1 " ;
" k w i n " . " S w i t c h t o D e s k t o p 2 " = " C t r l + F 2 " ;
" k w i n " . " S w i t c h t o D e s k t o p 3 " = " C t r l + F 3 " ;
" k w i n " . " S w i t c h t o D e s k t o p 4 " = " C t r l + F 4 " ;
" k w i n " . " T o g g l e C u r r e n t T h u m b n a i l " = " M e t a + C t r l + T " ;
" k w i n " . " T o g g l e M o u s e C l i c k " = " M e t a + * " ;
" k w i n " . " W a l k T h r o u g h W i n d o w s " = " A l t + T a b " ;
" k w i n " . " W a l k T h r o u g h W i n d o w s ( R e v e r s e ) " = " A l t + S h i f t + B a c k t a b " ;
" k w i n " . " W a l k T h r o u g h W i n d o w s o f C u r r e n t A p p l i c a t i o n " = " A l t + ` " ;
" k w i n " . " W a l k T h r o u g h W i n d o w s o f C u r r e n t A p p l i c a t i o n ( R e v e r s e ) " = " A l t + ~ " ;
" k w i n " . " W i n d o w C l o s e " = " A l t + F 4 " ;
" k w i n " . " W i n d o w M a x i m i z e " = " M e t a + P g U p " ;
" k w i n " . " W i n d o w M i n i m i z e " = " M e t a + P g D o w n " ;
" k w i n " . " W i n d o w O n e D e s k t o p D o w n " = " M e t a + C t r l + S h i f t + D o w n " ;
" k w i n " . " W i n d o w O n e D e s k t o p U p " = " M e t a + C t r l + S h i f t + U p " ;
" k w i n " . " W i n d o w O n e D e s k t o p t o t h e L e f t " = " M e t a + C t r l + S h i f t + L e f t " ;
" k w i n " . " W i n d o w O n e D e s k t o p t o t h e R i g h t " = " M e t a + C t r l + S h i f t + R i g h t " ;
" k w i n " . " W i n d o w O p e r a t i o n s M e n u " = " A l t + F 3 " ;
" k w i n " . " W i n d o w Q u i c k T i l e B o t t o m " = " M e t a + D o w n " ;
" k w i n " . " W i n d o w Q u i c k T i l e L e f t " = " M e t a + L e f t " ;
" k w i n " . " W i n d o w Q u i c k T i l e R i g h t " = " M e t a + R i g h t " ;
" k w i n " . " W i n d o w Q u i c k T i l e T o p " = " M e t a + U p " ;
" k w i n " . " W i n d o w t o N e x t S c r e e n " = " M e t a + S h i f t + R i g h t " ;
" k w i n " . " W i n d o w t o P r e v i o u s S c r e e n " = " M e t a + S h i f t + L e f t " ;
" k w i n " . " v i e w _ a c t u a l _ s i z e " = " M e t a + 0 " ;
" k w i n " . " v i e w _ z o o m _ i n " = [ " M e t a + + " " M e t a + = " ] ;
" k w i n " . " v i e w _ z o o m _ o u t " = " M e t a + - " ;
" m e d i a c o n t r o l " . " n e x t m e d i a " = " M e d i a N e x t " ;
" m e d i a c o n t r o l " . " p a u s e m e d i a " = " M e d i a P a u s e " ;
" m e d i a c o n t r o l " . " p l a y p a u s e m e d i a " = " M e d i a P l a y " ;
" m e d i a c o n t r o l " . " p r e v i o u s m e d i a " = " M e d i a P r e v i o u s " ;
" m e d i a c o n t r o l " . " s t o p m e d i a " = " M e d i a S t o p " ;
" o r g . k d e . d o l p h i n . d e s k t o p " . " _ l a u n c h " = " M e t a + E " ;
" o r g . k d e . k o n s o l e . d e s k t o p " . " _ l a u n c h " = " C t r l + A l t + T " ;
" o r g . k d e . k r u n n e r . d e s k t o p " . " R u n C l i p b o a r d " = " A l t + S h i f t + F 2 " ;
" o r g . k d e . k r u n n e r . d e s k t o p " . " _ l a u n c h " = [ " A l t + S p a c e " " A l t + F 2 " " S e a r c h " ] ;
" o r g . k d e . p l a s m a . e m o j i e r . d e s k t o p " . " _ l a u n c h " = [ " M e t a + . " " M e t a + C t r l + A l t + S h i f t + S p a c e " ] ;
" o r g . k d e . s p e c t a c l e . d e s k t o p " . " A c t i v e W i n d o w S c r e e n S h o t " = " M e t a + P r i n t " ;
" o r g . k d e . s p e c t a c l e . d e s k t o p " . " F u l l S c r e e n S c r e e n S h o t " = " S h i f t + P r i n t " ;
" o r g . k d e . s p e c t a c l e . d e s k t o p " . " R e c t a n g u l a r R e g i o n S c r e e n S h o t " = " M e t a + S h i f t + P r i n t " ;
" o r g . k d e . s p e c t a c l e . d e s k t o p " . " W i n d o w U n d e r C u r s o r S c r e e n S h o t " = " M e t a + C t r l + P r i n t " ;
" o r g . k d e . s p e c t a c l e . d e s k t o p " . " _ l a u n c h " = " P r i n t " ;
" o r g _ k d e _ p o w e r d e v i l " . " D e c r e a s e K e y b o a r d B r i g h t n e s s " = " K e y b o a r d B r i g h t n e s s D o w n " ;
" o r g _ k d e _ p o w e r d e v i l " . " D e c r e a s e S c r e e n B r i g h t n e s s " = " M o n i t o r B r i g h t n e s s D o w n " ;
" o r g _ k d e _ p o w e r d e v i l " . " H i b e r n a t e " = " H i b e r n a t e " ;
" o r g _ k d e _ p o w e r d e v i l " . " I n c r e a s e K e y b o a r d B r i g h t n e s s " = " K e y b o a r d B r i g h t n e s s U p " ;
" o r g _ k d e _ p o w e r d e v i l " . " I n c r e a s e S c r e e n B r i g h t n e s s " = " M o n i t o r B r i g h t n e s s U p " ;
" o r g _ k d e _ p o w e r d e v i l " . " P o w e r D o w n " = " P o w e r D o w n " ;
" o r g _ k d e _ p o w e r d e v i l " . " P o w e r O f f " = " P o w e r O f f " ;
" o r g _ k d e _ p o w e r d e v i l " . " S l e e p " = " S l e e p " ;
" o r g _ k d e _ p o w e r d e v i l " . " T o g g l e K e y b o a r d B a c k l i g h t " = " K e y b o a r d L i g h t O n / O f f " ;
" p l a s m a s h e l l " . " a c t i v a t e t a s k m a n a g e r e n t r y 1 " = " M e t a + 1 " ;
" p l a s m a s h e l l " . " a c t i v a t e t a s k m a n a g e r e n t r y 2 " = " M e t a + 2 " ;
" p l a s m a s h e l l " . " a c t i v a t e t a s k m a n a g e r e n t r y 3 " = " M e t a + 3 " ;
" p l a s m a s h e l l " . " a c t i v a t e t a s k m a n a g e r e n t r y 4 " = " M e t a + 4 " ;
" p l a s m a s h e l l " . " a c t i v a t e t a s k m a n a g e r e n t r y 5 " = " M e t a + 5 " ;
" p l a s m a s h e l l " . " a c t i v a t e t a s k m a n a g e r e n t r y 6 " = " M e t a + 6 " ;
" p l a s m a s h e l l " . " a c t i v a t e t a s k m a n a g e r e n t r y 7 " = " M e t a + 7 " ;
" p l a s m a s h e l l " . " a c t i v a t e t a s k m a n a g e r e n t r y 8 " = " M e t a + 8 " ;
" p l a s m a s h e l l " . " a c t i v a t e t a s k m a n a g e r e n t r y 9 " = " M e t a + 9 " ;
" p l a s m a s h e l l " . " c l i p b o a r d _ a c t i o n " = " M e t a + C t r l + X " ;
" p l a s m a s h e l l " . " c y c l e - p a n e l s " = " M e t a + A l t + P " ;
" p l a s m a s h e l l " . " m a n a g e a c t i v i t i e s " = " M e t a + Q " ;
" p l a s m a s h e l l " . " n e x t a c t i v i t y " = " M e t a + T a b " ;
" p l a s m a s h e l l " . " p r e v i o u s a c t i v i t y " = " M e t a + S h i f t + T a b " ;
" p l a s m a s h e l l " . " r e p e a t _ a c t i o n " = " M e t a + C t r l + R " ;
" p l a s m a s h e l l " . " s h o w d a s h b o a r d " = " C t r l + F 1 2 " ;
" p l a s m a s h e l l " . " s h o w - o n - m o u s e - p o s " = " M e t a + V " ;
" p l a s m a s h e l l " . " s t o p c u r r e n t a c t i v i t y " = " M e t a + S " ;
" s y s t e m s e t t i n g s . d e s k t o p " . " _ l a u n c h " = " T o o l s " ;
} ;
configFile = {
" p o w e r d e v i l r c " = {
" A C / D i s p l a y " = {
TurnOffDisplayIdleTimeoutSec = lib . mkForce ( -1 ) ;
TurnOffDisplayWhenIdle = lib . mkForce false ;
} ;
" A C / S u s p e n d A n d S h u t d o w n " = {
AutoSuspendAction = lib . mkForce 0 ;
AutoSuspendIdleTimeoutSec = lib . mkForce 7200 ;
LidAction = lib . mkForce 0 ;
} ;
" B a t t e r y / S u s p e n d A n d S h u t d o w n " . SleepMode = lib . mkForce 2 ;
" L o w B a t t e r y / S u s p e n d A n d S h u t d o w n " . SleepMode = lib . mkForce 3 ;
" A C / P e r f o r m a n c e " . PowerProfile = lib . mkForce " p e r f o r m a n c e " ;
" B a t t e r y / P e r f o r m a n c e " . PowerProfile = lib . mkForce " p o w e r - s a v e r " ;
" L o w B a t t e r y / P e r f o r m a n c e " . PowerProfile = lib . mkForce " p o w e r - s a v e r " ;
} ;
" b a l o o f i l e r c " . " B a s i c S e t t i n g s " . " I n d e x i n g - E n a b l e d " = false ;
" b a l o o f i l e r c " . " G e n e r a l " . " d b V e r s i o n " . value = 2 ;
" b a l o o f i l e r c " . " G e n e r a l " . " e x c l u d e f i l t e r s " . value = " * ~ , * . p a r t , * . o , * . l a , * . l o , * . l o T , * . m o c , m o c _ * . c p p , q r c _ * . c p p , u i _ * . h , c m a k e _ i n s t a l l . c m a k e , C M a k e C a c h e . t x t , C T e s t T e s t f i l e . c m a k e , l i b t o o l , c o n f i g . s t a t u s , c o n f d e f s . h , a u t o m 4 t e , c o n f t e s t , c o n f s t a t , M a k e f i l e . a m , * . g c o d e , . n i n j a _ d e p s , . n i n j a _ l o g , b u i l d . n i n j a , * . c s p r o j , * . m 4 , * . r e j , * . g m o , * . p c , * . o m f , * . a u x , * . t m p , * . p o , * . v m * , * . n v r a m , * . r c o r e , * . s w p , * . s w a p , l z o , l i t m a i n . s h , * . o r i g , . h i s t f i l e . * , . x s e s s i o n - e r r o r s * , * . m a p , * . s o , * . a , * . d b , * . q r c , * . i n i , * . i n i t , * . i m g , * . v d i , * . v b o x * , v b o x . l o g , * . q c o w 2 , * . v m d k , * . v h d , * . v h d x , * . s q l , * . s q l . g z , * . y t d l , * . c l a s s , * . p y c , * . p y o , * . e l c , * . q m l c , * . j s c , * . f a s t q , * . f q , * . g b , * . f a s t a , * . f n a , * . g b f f , * . f a a , p o , C V S , . s v n , . g i t , _ d a r c s , . b z r , . h g , C M a k e F i l e s , C M a k e T m p , C M a k e T m p Q m a k e , . m o c , . o b j , . p c h , . u i c , . n p m , . y a r n , . y a r n - c a c h e , _ _ p y c a c h e _ _ , n o d e _ m o d u l e s , n o d e _ p a c k a g e s , n b p r o j e c t , . v e n v , v e n v , c o r e - d u m p s , l o s t + f o u n d " ;
" b a l o o f i l e r c " . " G e n e r a l " . " e x c l u d e f i l t e r s v e r s i o n " . value = 8 ;
" d o l p h i n r c " . " K F i l e D i a l o g S e t t i n g s " . " P l a c e s I c o n s A u t o - r e s i z e " . value = false ;
" d o l p h i n r c " . " K F i l e D i a l o g S e t t i n g s " . " P l a c e s I c o n s S t a t i c S i z e " . value = 22 ;
" k a c t i v i t y m a n a g e r d r c " . " a c t i v i t i e s " . " 0 3 7 4 1 a f e - 0 c 0 e - 4 1 3 a - 9 f 8 a - 0 9 6 0 0 a 7 6 8 4 e 2 " . value = " D e f a u l t " ;
" k a c t i v i t y m a n a g e r d r c " . " m a i n " . " c u r r e n t A c t i v i t y " . value = " 0 3 7 4 1 a f e - 0 c 0 e - 4 1 3 a - 9 f 8 a - 0 9 6 0 0 a 7 6 8 4 e 2 " ;
2025-02-27 09:54:55 +01:00
# Disable broken mousewheel ################3
# Desk
" k c m i n p u t r c " . " L i b i n p u t / 1 6 7 1 / 4 9 4 3 3 / C H E R R Y M W 8 C A D V A N C E D " . " S c r o l l F a c t o r " = 0 .0 ;
" k c m i n p u t r c " . " L i b i n p u t / 1 6 7 1 / 4 9 4 3 3 / i n p u t - r e m a p p e r C H E R R Y M W 8 C A D V A N C E D f o r w a r d e d " . " S c r o l l F a c t o r " = 0 .0 ;
2025-02-24 17:26:11 +01:00
2025-02-27 09:54:55 +01:00
# FW16
2025-02-24 17:26:11 +01:00
" k c m i n p u t r c " . " L i b i n p u t / 1 1 3 0 / 4 9 4 3 1 / C h e r r y G m b H C H E R R Y W i r e l e s s D e v i c e M o u s e " . " S c r o l l F a c t o r " = 0 .0 ;
2025-02-27 09:54:55 +01:00
" k c m i n p u t r c " . " L i b i n p u t / 1 1 3 0 / 4 9 4 3 1 / C h e r r y G m b H C H E R R Y W i r e l e s s D e v i c e C o n s u m e r C o n t r o l " . " S c r o l l F a c t o r " = 0 .0 ; # ?
2025-02-24 17:26:11 +01:00
" k c m i n p u t r c " . " L i b i n p u t / 1 1 3 0 / 4 9 4 3 1 / i n p u t - r e m a p p e r C h e r r y G m b H C H E R R Y W i r e l e s s D e v i c e M o u s e f o r w a r d e d " . " S c r o l l F a c t o r " = 0 .0 ;
2025-02-27 09:54:55 +01:00
# Note: needs input-remapper transient conf to make mouse buttons do mw job
# TODO nixify input-remapper foo
############################################3
2025-02-24 17:26:11 +01:00
" k c m i n p u t r c " . " L i b i n p u t . 2 3 6 2 . 5 9 7 . U N I W 0 0 0 1 : 0 0 0 9 3 A : 0 2 5 5 T o u c h p a d " . " C l i c k M e t h o d " . value = 2 ;
" k c m i n p u t r c " . " L i b i n p u t . 2 3 6 2 . 5 9 7 . U N I W 0 0 0 1 : 0 0 0 9 3 A : 0 2 5 5 T o u c h p a d " . " E n a b l e d " . value = true ;
" k c m i n p u t r c " . " L i b i n p u t . 2 3 6 2 . 5 9 7 . U N I W 0 0 0 1 : 0 0 0 9 3 A : 0 2 5 5 T o u c h p a d " . " T a p T o C l i c k " . value = true ;
" k c m i n p u t r c " . " M o u s e " . " X 1 1 L i b I n p u t X A c c e l P r o f i l e F l a t " . value = false ;
" k c m i n p u t r c " . " T m p " . " u p d a t e _ i n f o " . value = " d e l e t e _ c u r s o r _ o l d _ d e f a u l t _ s i z e . u p d : D e l e t e C u r s o r O l d D e f a u l t S i z e " ;
" k d e d 5 r c " . " M o d u l e - a p p m e n u " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - b a l o o s e a r c h m o d u l e " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - b l u e d e v i l " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - b r o w s e r i n t e g r a t i o n r e m i n d e r " . " a u t o l o a d " . value = false ;
" k d e d 5 r c " . " M o d u l e - c o l o r c o r r e c t l o c a t i o n u p d a t e r " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - d e v i c e _ a u t o m o u n t e r " . " a u t o l o a d " . value = false ;
" k d e d 5 r c " . " M o d u l e - f r e e s p a c e n o t i f i e r " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - g t k c o n f i g " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - i n o t i f y " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - k d e d _ t o u c h p a d " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - k e y b o a r d " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - k h o t k e y s " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - k s c r e e n " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - k s y s g u a r d " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - k t i m e z o n e d " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - n e t w o r k m a n a g e m e n t " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - n e t w o r k s t a t u s " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - p l a s m a _ a c c e n t c o l o r _ s e r v i c e " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - p r i n t m a n a g e r " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - p r o x y s c o u t " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - r e m o t e n o t i f i e r " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - s m b w a t c h e r " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " M o d u l e - s t a t u s n o t i f i e r w a t c h e r " . " a u t o l o a d " . value = true ;
" k d e d 5 r c " . " P l a s m a B r o w s e r I n t e g r a t i o n " . " s h o w n C o u n t " . value = 4 ;
" k d e g l o b a l s " . " G e n e r a l " . " T e r m i n a l A p p l i c a t i o n " . value = " a l a c r i t t y " ;
" k d e g l o b a l s " . " G e n e r a l " . " T e r m i n a l S e r v i c e " . value = " A l a c r i t t y . d e s k t o p " ;
" k d e g l o b a l s " . " G e n e r a l " . " A c c e n t C o l o r " . value = " 2 3 3 , 1 0 0 , 5 8 " ;
" k d e g l o b a l s " . " G e n e r a l " . " B r o w s e r A p p l i c a t i o n " . value = " f i r e f o x . d e s k t o p " ;
" k d e g l o b a l s " . " G e n e r a l " . " L a s t U s e d C u s t o m A c c e n t C o l o r " . value = " 2 3 3 , 1 0 0 , 5 8 " ;
" k d e g l o b a l s " . " G e n e r a l " . " X f t H i n t S t y l e " . value = " h i n t m e d i u m " ;
" k d e g l o b a l s " . " G e n e r a l " . " X f t S u b P i x e l " . value = " r g b " ;
" k d e g l o b a l s " . " G e n e r a l " . " f o n t " . value = " I o s e v k a N e r d F o n t P r o p o , 1 1 , - 1 , 5 , 6 3 , 0 , 0 , 0 , 0 , 0 , S e m i B o l d " ;
" k d e g l o b a l s " . " G e n e r a l " . " f i x e d " . value = " I o s e v k a N e r d F o n t M o n o , 1 0 , - 1 , 5 , 5 0 , 0 , 0 , 0 , 0 , 0 " ;
" k d e g l o b a l s " . " G e n e r a l " . " m e n u F o n t " . value = " I o s e v k a N e r d F o n t P r o p o , 1 1 , - 1 , 5 , 6 3 , 0 , 0 , 0 , 0 , 0 , S e m i B o l d " ;
" k d e g l o b a l s " . " G e n e r a l " . " s m a l l e s t R e a d a b l e F o n t " . value = " I o s e v k a N e r d F o n t P r o p o , 8 , - 1 , 5 , 6 3 , 0 , 0 , 0 , 0 , 0 , S e m i B o l d " ;
" k d e g l o b a l s " . " G e n e r a l " . " t o o l B a r F o n t " . value = " I o s e v k a N e r d F o n t P r o p o , 1 1 , - 1 , 5 , 6 3 , 0 , 0 , 0 , 0 , 0 , S e m i B o l d " ;
" k d e g l o b a l s " . " K D E " . " A n i m a t i o n D u r a t i o n F a c t o r " . value = 0 .35 ;
" k d e g l o b a l s " . " K D E " . " S i n g l e C l i c k " . value = true ;
" k d e g l o b a l s " . " K D E " . " w i d g e t S t y l e " . value = " B r e e z e " ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " A l l o w E x p a n s i o n " . value = false ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " A u t o m a t i c a l l y s e l e c t f i l e n a m e e x t e n s i o n " . value = true ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " B r e a d c r u m b N a v i g a t i o n " . value = false ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " D e c o r a t i o n p o s i t i o n " . value = 2 ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " L o c a t i o n C o m b o C o m p l e t i o n m o d e " . value = 5 ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " P a t h C o m b o C o m p l e t i o n m o d e " . value = 5 ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S h o w B o o k m a r k s " . value = false ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S h o w F u l l P a t h " . value = false ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S h o w I n l i n e P r e v i e w s " . value = true ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S h o w P r e v i e w " . value = false ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S h o w S p e e d b a r " . value = true ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S h o w h i d d e n f i l e s " . value = true ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S o r t b y " . value = " N a m e " ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S o r t d i r e c t o r i e s f i r s t " . value = true ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S o r t h i d d e n f i l e s l a s t " . value = false ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S o r t r e v e r s e d " . value = false ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " S p e e d b a r W i d t h " . value = 138 ;
" k d e g l o b a l s " . " K F i l e D i a l o g S e t t i n g s " . " V i e w S t y l e " . value = " D e t a i l T r e e " ;
" k d e g l o b a l s " . " K S h o r t c u t s D i a l o g S e t t i n g s " . " D i a l o g S i z e " . value = " 6 0 0 , 4 8 0 " ;
" k d e g l o b a l s " . " W M " . " a c t i v e B a c k g r o u n d " . value = " 3 9 , 3 9 , 3 9 " ;
" k d e g l o b a l s " . " W M " . " a c t i v e B l e n d " . value = " 2 3 5 , 2 1 9 , 1 7 8 " ;
" k d e g l o b a l s " . " W M " . " a c t i v e F o r e g r o u n d " . value = " 2 3 5 , 2 1 9 , 1 7 8 " ;
" k d e g l o b a l s " . " W M " . " i n a c t i v e B a c k g r o u n d " . value = " 4 0 , 4 0 , 4 0 " ;
" k d e g l o b a l s " . " W M " . " i n a c t i v e B l e n d " . value = " 6 0 , 5 6 , 5 4 " ;
" k d e g l o b a l s " . " W M " . " i n a c t i v e F o r e g r o u n d " . value = " 2 0 4 , 1 9 0 , 1 5 5 " ;
" k g l o b a l s h o r t c u t s r c " . " A c t i v i t y M a n a g e r " . " _ k _ f r i e n d l y _ n a m e " . value = " A c t i v i t y M a n a g e r " ;
" k g l o b a l s h o r t c u t s r c " . " K D E K e y b o a r d L a y o u t S w i t c h e r " . " _ k _ f r i e n d l y _ n a m e " . value = " K e y b o a r d L a y o u t S w i t c h e r " ;
" k g l o b a l s h o r t c u t s r c " . " k a c c e s s " . " _ k _ f r i e n d l y _ n a m e " . value = " A c c e s s i b i l i t y " ;
" k g l o b a l s h o r t c u t s r c " . " k c m _ t o u c h p a d " . " _ k _ f r i e n d l y _ n a m e " . value = " T o u c h p a d " ;
" k g l o b a l s h o r t c u t s r c " . " k d e d 5 " . " _ k _ f r i e n d l y _ n a m e " . value = " K D E D a e m o n " ;
" k g l o b a l s h o r t c u t s r c " . " k h o t k e y s " . " _ k _ f r i e n d l y _ n a m e " . value = " C u s t o m S h o r t c u t s S e r v i c e " ;
" k g l o b a l s h o r t c u t s r c " . " k m i x " . " _ k _ f r i e n d l y _ n a m e " . value = " A u d i o V o l u m e " ;
" k g l o b a l s h o r t c u t s r c " . " k s m s e r v e r " . " _ k _ f r i e n d l y _ n a m e " . value = " S e s s i o n M a n a g e m e n t " ;
" k g l o b a l s h o r t c u t s r c " . " k w i n " . " _ k _ f r i e n d l y _ n a m e " . value = " K W i n " ;
" k g l o b a l s h o r t c u t s r c " . " m e d i a c o n t r o l " . " _ k _ f r i e n d l y _ n a m e " . value = " M e d i a C o n t r o l l e r " ;
" k g l o b a l s h o r t c u t s r c " . " o r g . k d e . d o l p h i n . d e s k t o p " . " _ k _ f r i e n d l y _ n a m e " . value = " D o l p h i n " ;
" k g l o b a l s h o r t c u t s r c " . " o r g . k d e . k o n s o l e . d e s k t o p " . " _ k _ f r i e n d l y _ n a m e " . value = " K o n s o l e " ;
" k g l o b a l s h o r t c u t s r c " . " o r g . k d e . k r u n n e r . d e s k t o p " . " _ k _ f r i e n d l y _ n a m e " . value = " K R u n n e r " ;
" k g l o b a l s h o r t c u t s r c " . " o r g . k d e . p l a s m a . e m o j i e r . d e s k t o p " . " _ k _ f r i e n d l y _ n a m e " . value = " E m o j i S e l e c t o r " ;
" k g l o b a l s h o r t c u t s r c " . " o r g . k d e . s p e c t a c l e . d e s k t o p " . " _ k _ f r i e n d l y _ n a m e " . value = " S p e c t a c l e " ;
" k g l o b a l s h o r t c u t s r c " . " o r g _ k d e _ p o w e r d e v i l " . " _ k _ f r i e n d l y _ n a m e " . value = " P o w e r M a n a g e m e n t " ;
" k g l o b a l s h o r t c u t s r c " . " p l a s m a s h e l l " . " _ k _ f r i e n d l y _ n a m e " . value = " P l a s m a " ;
" k g l o b a l s h o r t c u t s r c " . " s y s t e m s e t t i n g s . d e s k t o p " . " _ k _ f r i e n d l y _ n a m e " . value = " S y s t e m S e t t i n g s " ;
" k i o r c " . " C o n f i r m a t i o n s " . " C o n f i r m D e l e t e " . value = false ;
" k i o r c " . " C o n f i r m a t i o n s " . " C o n f i r m E m p t y T r a s h " . value = false ;
" k s p l a s h r c " . " K S p l a s h " . " E n g i n e " . value = " n o n e " ;
" k w a l l e t r c " . " A u t o A l l o w " . " k d e w a l l e t " . value = " k d e d 5 , k i o d 5 , k w a l l e t m a n a g e r 5 , B r a v e , N e x t c l o u d " ;
" k w a l l e t r c " . " W a l l e t " . " C l o s e W h e n I d l e " . value = false ;
" k w a l l e t r c " . " W a l l e t " . " C l o s e o n S c r e e n s a v e r " . value = false ;
" k w a l l e t r c " . " W a l l e t " . " D e f a u l t W a l l e t " . value = " k d e w a l l e t " ;
" k w a l l e t r c " . " W a l l e t " . " E n a b l e d " . value = true ;
" k w a l l e t r c " . " W a l l e t " . " F i r s t U s e " . value = false ;
" k w a l l e t r c " . " W a l l e t " . " I d l e T i m e o u t " . value = 10 ;
" k w a l l e t r c " . " W a l l e t " . " L a u n c h M a n a g e r " . value = true ;
" k w a l l e t r c " . " W a l l e t " . " L e a v e M a n a g e r O p e n " . value = false ;
" k w a l l e t r c " . " W a l l e t " . " L e a v e O p e n " . value = true ;
" k w a l l e t r c " . " W a l l e t " . " P r o m p t o n O p e n " . value = true ;
" k w a l l e t r c " . " W a l l e t " . " U s e O n e W a l l e t " . value = true ;
" k w a l l e t r c " . " o r g . f r e e d e s k t o p . s e c r e t s " . " a p i E n a b l e d " . value = true ;
" k w i n r c " . " C o m p o s i t i n g " . " L a t e n c y P o l i c y " . value = " M e d i u m " ;
" k w i n r c " . " D e s k t o p s " . " I d _ 1 " . value = " 6 b 8 6 c 8 1 4 - 0 a 6 3 - 4 a 6 6 - 8 3 a a - 8 f 9 2 3 1 0 9 b 8 d c " ;
" k w i n r c " . " D e s k t o p s " . " I d _ 2 " . value = " 5 1 2 6 6 a 9 9 - 9 e e b - 4 a 6 2 - a 7 f 1 - 8 b 9 d d e d c 5 2 9 6 " ;
" k w i n r c " . " D e s k t o p s " . " I d _ 3 " . value = " 7 b 7 d 4 7 9 9 - 8 6 f e - 4 b 4 0 - 8 9 5 1 - 1 e a c 6 4 6 f 2 7 0 7 " ;
" k w i n r c " . " D e s k t o p s " . " I d _ 4 " . value = " 6 8 6 a a 5 5 2 - 0 8 d f - 4 3 2 4 - 8 9 f d - 6 f 3 2 7 f c 7 0 8 0 2 " ;
" k w i n r c " . " D e s k t o p s " . " I d _ 5 " . value = " 4 b e d 0 2 4 c - e c 6 7 - 4 2 6 b - 8 1 5 5 - 3 0 e a 7 5 3 b 0 b d a " ;
" k w i n r c " . " D e s k t o p s " . " I d _ 6 " . value = " d d 2 4 2 c 1 f - b a 7 d - 4 6 6 0 - 9 6 e e - 2 e 3 9 8 9 9 0 2 1 b b " ;
" k w i n r c " . " D e s k t o p s " . " I d _ 7 " . value = " f 9 c 5 f d 2 6 - e d b c - 4 d 0 1 - 9 c 8 1 - 2 e a 3 9 0 2 c 2 9 8 a " ;
" k w i n r c " . " D e s k t o p s " . " I d _ 8 " . value = " 8 7 2 f 1 6 1 b - e 1 3 e - 4 1 e b - a 4 6 d - 4 1 9 3 4 f e 0 9 0 8 3 " ;
" k w i n r c " . " D e s k t o p s " . " I d _ 9 " . value = " 2 2 3 6 0 7 a 5 - d 1 1 1 - 4 e 7 0 - 9 4 a 7 - 0 f 9 8 9 d f d 5 3 d 4 " ;
" k w i n r c " . " D e s k t o p s " . " N u m b e r " . value = 9 ;
" k w i n r c " . " D e s k t o p s " . " R o w s " . value = 3 ;
" k w i n r c " . " E f f e c t - c u b e " . " B o r d e r A c t i v a t e " . value = 5 ;
" k w i n r c " . " E f f e c t - c u b e " . " D i s t a n c e F a c t o r " . value = 1 .65 ;
" k w i n r c " . " P l u g i n s " . " c u b e E n a b l e d " . value = true ;
" k w i n r c " . " P l u g i n s " . " d e s k t o p c h a n g e o s d E n a b l e d " . value = true ;
" k w i n r c " . " P l u g i n s " . " g l i d e E n a b l e d " . value = true ;
" k w i n r c " . " P l u g i n s " . " s c a l e E n a b l e d " . value = false ;
" k w i n r c " . " P l u g i n s " . " s h a k e c u r s o r E n a b l e d " . value = true ;
" k w i n r c " . " P l u g i n s " . " k w i n 4 _ e f f e c t _ f a d e E n a b l e d " . value = true ;
" k w i n r c " . " P l u g i n s " . " k w i n 4 _ e f f e c t _ s c a l e E n a b l e d " . value = false ;
" k w i n r c " . " P l u g i n s " . " k w i n 4 _ e f f e c t _ s q u a s h E n a b l e d " . value = false ;
" k w i n r c " . " P l u g i n s " . " m a g i c l a m p E n a b l e d " . value = true ;
" k w i n r c " . " P l u g i n s " . " m o u s e c l i c k E n a b l e d " . value = true ;
" k w i n r c " . " P l u g i n s " . " s h e e t E n a b l e d " . value = true ;
" k w i n r c " . " P l u g i n s " . " w o b b l y w i n d o w s E n a b l e d " . value = true ;
" k w i n r c " . " T i l i n g " . " p a d d i n g " . value = 4 ;
" k w i n r c " . " W i n d o w s " . " R o l l O v e r D e s k t o p s " . value = true ;
" k w i n r c " . " X w a y l a n d " . " S c a l e " . value = 1 .25 ;
" k x k b r c " . " L a y o u t " . " O p t i o n s " . value = " c a p s : c t r l _ m o d i f i e r " ;
" k x k b r c " . " L a y o u t " . " R e s e t O l d O p t i o n s " . value = true ;
" p l a s m a - l o c a l e r c " . " F o r m a t s " . " L A N G " . value = " e n _ U S . U T F - 8 " ;
" p l a s m a r c " . " W a l l p a p e r s " . " u s e r s W a l l p a p e r s " . value = " " ;
# "plasmarc"."Theme"."name".value = "breeze-dark";
" k r u n n e r r c " . " G e n e r a l " . " F r e e F l o a t i n g " . value = true ;
#"kscreenlockerrc"."Greeter.Wallpaper.org.kde.image.General"."Image".value = "/home/tristand/.background";
#"kscreenlockerrc"."Greeter.Wallpaper.org.kde.image.General"."PreviewImage".value = "/home/tristand/.background"; # TODO rework this with static wallpaper
} ;
} ;
}