Skip to content

EdenQwQ/srws

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Rust Window Swallower

srws is a window swallower for X written in Rust, inspired by the dwm patch swallow.

Installation

Dependencies

  • cargo
  • libxcb
git clone https://github.com/EdenQwQ/srws
cd srws
cargo install --path .

Usage

Add srws before a command to swallow the focused window.

srws command

Alias

Add some aliases for your shell would be helpful.

Example:

alias sxiv='srws sxiv'
alias mpv='srws mpv'