Skip to content

Instantly share code, notes, and snippets.

@Codycody31
Created August 29, 2024 22:26
Show Gist options
  • Select an option

  • Save Codycody31/224016555e2ba27002efb7ab31441d2b to your computer and use it in GitHub Desktop.

Select an option

Save Codycody31/224016555e2ba27002efb7ab31441d2b to your computer and use it in GitHub Desktop.
#!/bin/bash
kwriteconfig5 --file kwinrc --group Compositing --key Backend "OpenGL"
pkill kwin
kstart5 kwin_x11
killall plasmashell
kstart5 plasmashell
echo "Plasma renderer backend switched to OpenGL and plasmashell restarted."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment