aboutsummaryrefslogtreecommitdiffstats
path: root/herbstluftwm/usr/bin/hlwm-run-or-raise
Commit message (Collapse)AuthorAgeFilesLines
* [herbstluftwm] Fix hlwm-run-or-raiseGravatar Tom Willemse2022-06-271-1/+2
| | | | | It was working fine, but when there is only a single window there is no second one to get.
* Update scsh file headers for shell scriptsGravatar Tom Willemse2022-03-031-1/+4
| | | | | | | | | | | Other file headers come with caveats: - ‘#!/usr/bin/scsh -s’ :: Now that scsh is installed through Guix, this is not where this file lives. - ‘#!/usr/bin/env -S scsh -s’ :: This doesn't work when we need to specify move arguments on the command line and need to use the meta-argument. ‘env -S scsh \’ doesn't work.
* Change SCSH interpreter locationGravatar Tom Willemse2018-02-071-1/+1
|
* Fix window switching in run-or-raiseGravatar Tom Willemse2016-11-091-1/+1
| | | | | Using ‘hlwm-switch-to-window’ instead of ‘herbstclient jumpto’ makes sure that tag locking keeps working.
* Fix script nameGravatar Tom Willemse2016-09-271-1/+1
|
* Handle not having an active windowGravatar Tom Willemse2016-08-291-1/+1
|
* Add run-or-raise function for herbstluftwmGravatar Tom Willemse2016-07-251-0/+43