commit 82a863a5d9ce41889826aad07ffa7edf5fb41812 parent 5632b0ef09917e2fe725a94df31f8af53b38e9a1 Author: Naveen Narayanan <zerous@nocebo.space> Date: Fri, 12 Jul 2024 20:41:08 +0200 Add ra This script provides the user the ability to raise a window upon selection using dmenu. Diffstat:
M | README | | | 2 | +- |
A | ra | | | 5 | +++++ |
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/README b/README @@ -1,6 +1,6 @@ winm --- -A simple script which offers some of the window management +A collection of scripts which offer some of the window management features that I wish xfce would provide by default. love, diff --git a/ra b/ra @@ -0,0 +1,5 @@ +#!/bin/sh + +id=`wmctrl -l | dmenu -l 10 -nb "#222222" \ + -nf "#bbbbbb" -sb "#4d4d4d" -sf "#eeeeee" | cut -f 1 -d ' '` +wmctrl -i -a $id