Skip to content

Commit

Permalink
x11/py-i3-quickterm: new port - quake-style drop down terminal for i3…
Browse files Browse the repository at this point in the history
… and sway
  • Loading branch information
dch committed May 31, 2021
1 parent 2b9e5ac commit 98deda6
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions x11/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@
SUBDIR += polybar
SUBDIR += printscreen
SUBDIR += py-caffeine-ng
SUBDIR += py-i3-quickterm
SUBDIR += py-i3ipc
SUBDIR += py-pyscreenshot
SUBDIR += py-python-xapp
Expand Down
19 changes: 19 additions & 0 deletions x11/py-i3-quickterm/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
PORTNAME= i3-quickterm
DISTVERSION= 1.0
CATEGORIES= x11 python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= dch@FreeBSD.org
COMMENT= Drop-down "quake style" terminal for i3 and sway

LICENSE= MIT

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}i3ipc>2.0:x11/py-i3ipc@${PY_FLAVOR} \

USES= cpe python:3.4+
USE_PYTHON= distutils autoplist concurrent

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions x11/py-i3-quickterm/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1621317021
SHA256 (i3-quickterm-1.0.tar.gz) = 2df756bfc89b8858f3010cba587ab3836ce428d8da2a2160e3c8163e3c0dd7e9
SIZE (i3-quickterm-1.0.tar.gz) = 6243
14 changes: 14 additions & 0 deletions x11/py-i3-quickterm/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
A small drop-down terminal for i3wm and sway, supporting your preferred
terminal emulator, is multi-monitor and screen-width aware, and plays
with dmenu, rofil, and more.

When launched, it will minimize the quickterm on the current screen if
there is one. Otherwise, it will either prompt the user for the shell to
open or use the one supplied in argument.

If the requested shell is already opened on another screen, it will be
moved on the current screen.

It is recommended to map it to an i3 binding. See WWW for user config.

WWW: https://github.com/lbonn/i3-quickterm

0 comments on commit 98deda6

Please sign in to comment.