mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
8 lines
195 B
Bash
Executable File
8 lines
195 B
Bash
Executable File
#!/bin/sh
|
|
# Apply common settings at EDE startup. This script should not be called manually;
|
|
# it is called from evoke.
|
|
|
|
ede-bell-conf --apply
|
|
ede-keyboard-conf --apply
|
|
edelib-update-font-cache
|