Advertisement
Guest User

Untitled

a guest
May 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Clear all kde shortcuts on kde settings to avoid keybind conflicts
  2. make plasma use awesome
  3.  
  4. ~ >>> cat ~/.config/plasma-workspace/env/wm.sh
  5.  
  6. #!/bin/sh
  7. export KDEWM=/home/bruno/awestart.sh
  8.  
  9. ~ >>> cat ~/awestart.sh
  10.  
  11. #!/bin/sh
  12. kwrapper5 awesome -r
  13.  
  14. dont start plasmashell automatically
  15. put this on ~/.config/autostart/org.kde.plasmashell.desktop
  16.  
  17. Hidden=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement