Create krunner config
This commit is contained in:
parent
8540de9ad1
commit
1454902e55
2 changed files with 21 additions and 0 deletions
11
files/kde/krunnerrc
Normal file
11
files/kde/krunnerrc
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
[General]
|
||||||
|
ActivateWhenTypingOnDesktop=false
|
||||||
|
FreeFloating=true
|
||||||
|
HistoryEnabled=false
|
||||||
|
RetainPriorSearch=false
|
||||||
|
|
||||||
|
[PlasmaRunnerManager]
|
||||||
|
migrated=true
|
||||||
|
|
||||||
|
[Plugins]
|
||||||
|
baloosearchEnabled=true
|
|
@ -1,3 +1,13 @@
|
||||||
|
- name: Copy config files
|
||||||
|
template:
|
||||||
|
src: ./files/kde/{{ item }}
|
||||||
|
dest: "{{ home }}/.config/{{ item }}"
|
||||||
|
mode: 0644
|
||||||
|
owner: "{{ user }}"
|
||||||
|
group: users
|
||||||
|
loop:
|
||||||
|
- krunnerrc
|
||||||
|
|
||||||
- name: Update animation speed
|
- name: Update animation speed
|
||||||
realorangeone.kconfig.kconfig:
|
realorangeone.kconfig.kconfig:
|
||||||
group: KDE
|
group: KDE
|
||||||
|
|
Loading…
Reference in a new issue