mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
parent
1ad7f755c7
commit
de9e78bb57
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ static void focus_window_i3 ( const char *socket_path, Window id )
|
||||||
|
|
||||||
|
|
||||||
// Formulate command
|
// Formulate command
|
||||||
snprintf ( command, 128, "[id=\"%ul\"] focus", id );
|
snprintf ( command, 128, "[id=\"%lu\"] focus", id );
|
||||||
// Prepare header.
|
// Prepare header.
|
||||||
memcpy ( head.magic, I3_IPC_MAGIC, 6 );
|
memcpy ( head.magic, I3_IPC_MAGIC, 6 );
|
||||||
head.size = strlen ( command );
|
head.size = strlen ( command );
|
||||||
|
|
Loading…
Reference in a new issue