Skip to content

Instantly share code, notes, and snippets.

@CarbonChauvinist
Last active May 5, 2018 15:29
Show Gist options
  • Save CarbonChauvinist/58986cd198f4742ddf8e8be390f81b56 to your computer and use it in GitHub Desktop.
Save CarbonChauvinist/58986cd198f4742ddf8e8be390f81b56 to your computer and use it in GitHub Desktop.
i3 plasma 5 mash-up
# Modify i3 config
for_window [title="Desktop — Plasma"] kill; floating enable; border none
# Add following to ~/.config/plasma-workspace/env/wm.sh
#!/bin/bash
# Disable KWin and use i3gaps as WM
export KDEWM=/usr/bin/i3
# Use wmctrl to kill the Plasma desktop view:
wmctrl -c Plasma
# Compositor (Animations, Shadows, Transparency)
# xcompmgr -C
compton -cCFb --backend glx --vsync opengl
# Move background file to allow for feh and i3 to work
sudo mv /usr/bin/ksplashqml /usr/bin/ksplashqml.old
# Links
https://github.com/avivace/dotfiles
https://imgur.com/a/KzJZn
https://www.reddit.com/r/unixporn/comments/64mihc/i3_kde_plasma_a_match_made_in_heaven/?sort=new
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment