Skip to content

Commit

Permalink
Merge pull request #10 from moodyhunter/main
Browse files Browse the repository at this point in the history
  • Loading branch information
2e3s authored Mar 7, 2024
2 parents cba6687 + 7f9f603 commit 86e4de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion watchers/src/watchers/kwin_window.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function send(client) {
);
}

workspace.clientActivated.connect(function(client){
workspace.windowActivated.connect(function(client){
if (client === null) {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion watchers/src/watchers/kwin_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl KWinScript {
self.dbus_connection
.call_method(
Some("org.kde.KWin"),
format!("/{script_number}"),
format!("/Scripting/Script{script_number}"),
Some("org.kde.kwin.Script"),
"run",
&(),
Expand Down

0 comments on commit 86e4de5

Please sign in to comment.