6 lines
64 B
Bash
6 lines
64 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
qdbus org.kde.KWin /KWin reconfigure
|
||
|
|
||
|
echo "Ready"
|