Advertisement
Guest User

Untitled

a guest
Oct 7th, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. backend = "glx";
  2.  
  3. shadow = false;
  4.  
  5. inactive-opacity = 1;
  6. active-opacity = 1;
  7. frame-opacity = 1;
  8. inactive-opacity-override = true;
  9.  
  10. fading = true;
  11. fade-in-step = 0.03;
  12. fade-out-step = 0.03;
  13. fade-delta = 4;
  14. no-fading-destroyed-argb = true;
  15.  
  16. corner-radius = 18;
  17. round-borders = 1;
  18.  
  19. rounded-corners-exclude = [
  20. "class_g = 'Rofi'",
  21. ];
  22. vsync = true;
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement