Commit graph

8 commits

Author SHA1 Message Date
4e500192eb [herbstluftwm] Fix hlwm-run-or-raise
It was working fine, but when there is only a single window there is no second
one to get.
2022-06-27 09:17:45 -07:00
88b6ba1760 Update scsh file headers for shell scripts
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.
2022-03-03 01:17:04 -08:00
cc78d7e58a Change SCSH interpreter location 2018-02-07 00:52:20 -08:00
eac409d188 Fix window switching in run-or-raise
Using ‘hlwm-switch-to-window’ instead of ‘herbstclient jumpto’ makes
sure that tag locking keeps working.
2016-11-09 15:01:08 +01:00
ed7cd3dc4a Add tag swapping script 2016-09-27 02:43:45 +02:00
b0a3ff8fdc Fix script name 2016-09-27 02:43:33 +02:00
ecf3ec6533 Handle not having an active window 2016-08-29 15:28:13 +02:00
f97c9d117c Add run-or-raise function for herbstluftwm 2016-07-25 22:33:33 +02:00