Skip to content

Instantly share code, notes, and snippets.

@sussycatgirl
Last active May 5, 2023 11:30
Show Gist options
  • Save sussycatgirl/be4587f6de6a07f0da1acc59620cb9a3 to your computer and use it in GitHub Desktop.
Save sussycatgirl/be4587f6de6a07f0da1acc59620cb9a3 to your computer and use it in GitHub Desktop.
KDE Connect presentation mode with i3wm+picom

Leaving this here as a note to myself, but maybe someone else gets some use out of it.
This fixes KDE Connect's presentation overlay thingy which forces itself into fullscreen by default.

in .config/i3/config, add this and adjust for your display:

for_window [class="kdeconnect.daemon"] fullscreen disable; floating enable; resize set width 1920 height 1080; move absolute position center

If you enabled transparency in picom, add this to blur-background-exclude = [] in picom.conf:

"name *= 'KDE Connect Daemon'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment