mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
![Sanel Zukan](/assets/img/avatar_default.png)
Apply keyboard settings at ede startup. Do not change keyboard layout if it is the same as previous.
7 lines
170 B
Bash
Executable File
7 lines
170 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
|