mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
94fb06d386
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
|