4 ms·
Could you explain more about integrating acme ideas into a tiling wm, or possibly share your dotfiles? I've tried doing that with i3, but the window manager has
by somezero 9y ago
Could you explain more about integrating acme ideas into a tiling wm, or possibly share your dotfiles? I've tried doing that with i3, but the window manager has less than optimal mouse support to say the least, and wmii is dead.
- jeromenerf 9y agoSee https://st.suckless.org/patches/right_click_to_plumb/ https://st.suckless.org/patches/right_click_to_plumb/ The setup requires: - a terminal that is aware of its shell current working directory (OSC7) (I use st or tmux and zsh) - a terminal that would call a plumbing command with the current selection on a mouse right click (I use st or tmux) - a plumbing command that would call the appropriate action given the selection string passed in (I use a script and plan9 plumber) - an editor that supports being called from the plumbing script (I use acme or vim remote with vim-fetch plugin) - an eventual tiling wm or tmux for window management My dotfiles aren't public but I guess I could try and package them if you're interested. PM me at the email on the suckless page.