This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Swayimg: add the ability to navigate to the other images in the folder, | |
# starting at the selected image or the first image by default. | |
# | |
# Links: | |
# https://gist.github.com/willemw12 | |
# https://github.com/artemsen/swayimg | |
SWAYIMG_FIND_OPTS="${SWAYIMG_FIND_OPTS:--maxdepth 1}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Usage: i3-resize.sh <direction> [<px or ppt size>] | |
# | |
# For i3wm (X11) and Sway (Wayland) | |
# | |
# Resize i3wm/Sway window panes with the keyboard, independently of which pane has focus. | |
# This is similar to resizing with the mouse: moving left always goes left, moving down always goes down, etc. | |
# | |
# Floating windows are resized from the bottom right corner. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Titov Denis <[email protected]> | |
# Contributor: willemw <[email protected]> | |
_pkgname=xapps | |
pkgname=$_pkgname-git | |
pkgver=1.0.3.r19.g473400c | |
pkgrel=1 | |
pkgdesc="Common library for X-Apps project" | |
arch=('i686' 'x86_64') | |
url='https://github.com/linuxmint/xapps' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AUR package sslh-git based on sslh 1.17-3. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: unclesam <web _AT_ shinobi-mail _DOT_ de> | |
# Contributor: willemw <[email protected]> | |
_pkgname=mintstick | |
pkgname=$_pkgname-git | |
pkgver=r148.02589a6 | |
pkgrel=1 | |
pkgdesc="Format or write images to usb-sticks (Linux Mint tool)" | |
arch=('i686' 'x86_64') | |
url="https://github.com/linuxmint/mintstick" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Lothar_m <lothar_m at riseup dot net> | |
# Contributor: willemw <[email protected]> | |
_pkgname=marrie | |
pkgname=$_pkgname-git | |
pkgver=0.3.2.r1.g565643e | |
pkgrel=3 | |
pkgdesc="A simple podcast client that runs on the Command Line Interface." | |
arch=('i686' 'x86_64') | |
url="https://github.com/rafaelmartins/marrie" |