i3 / i3

A tiling window manager for X11
https://i3wm.org/
BSD 3-Clause "New" or "Revised" License
9.42k stars 777 forks source link

`i3-sensible-*' without which(1) #1380

Closed i3bot closed 9 years ago

i3bot commented 9 years ago

[Originally reported by val@…] (The `i3-sensible-*' commands don't work without the which(1) command (for example on NixOS where this command is not installed by default).

I can either ask NixOS mainteners to add which(1) to i3's dependencies, or propose you to use `command -v' instead of which(1).

See http://val.codejam.info/misc/i3-patch.diff for a proposed patch.

stapelberg commented 9 years ago

This ticket was fixed in commit http://c.i3wm.org/90bed2a1:

Use command -v (built-in) instead of which(1) (Thanks val)

fixes #1380