8 lines
159 B
Bash
8 lines
159 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
#Source bashrc to define environment variables
|
||
|
#http://techbase.kde.org/Getting_Started/Build/Environment
|
||
|
. ~/.bashrc
|
||
|
|
||
|
kcmshell4 kdeconnect-kcm &
|