dotfiles

my active dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

commit e44c0732c8864fffe1acdd7587ed24d5bebea041
parent e7cf5775afcd25b7a22204d1295e400dd71e8b88
Author: Jake Koroman <jake@jakekoroman.com>
Date:   Fri,  3 Oct 2025 13:30:35 -0400

add scripts/swallow.

Diffstat:
Ascripts/swallow | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/scripts/swallow b/scripts/swallow @@ -0,0 +1,7 @@ +#!/bin/sh + +activewindow=$(xdotool getactivewindow) + +xdotool windowunmap $activewindow +"$@" +xdotool windowmap $activewindow