]> danny-edel.de - dspdfviewer.git/commitdiff
update i3-shellcode
authorDanny Edel <mail@danny-edel.de>
Thu, 20 Oct 2022 10:59:50 +0000 (12:59 +0200)
committerDanny Edel <mail@danny-edel.de>
Thu, 20 Oct 2022 12:05:24 +0000 (14:05 +0200)
only tested on debian bullseye

runtimeconfiguration.cpp

index 601ac098fdd61214c34b46488590c27b9cbe8707..38447db5fbb60c72e9b8dde528ea35ba75ffa1b3 100644 (file)
@@ -37,7 +37,8 @@
  * You can override the shellcode by providing -DI3WORKAROUND_SHELLCODE="your shellcode"
  * at the cmake step.
  */
-#define I3WORKAROUND_SHELLCODE "i3-msg '[class=\"Dspdfviewer\" window_role=\"Audience_Window\"] move to output right, fullscreen'"
+#define I3WORKAROUND_SHELLCODE "i3-msg '[class=\"dspdfviewer\" window_role=\"Audience_Window\"] move to output right, fullscreen' && " \
+       " i3-msg '[class=\"dspdfviewer\" window_role=\"Secondary_Window\"]' fullscreen"
 #endif
 
 using namespace std;