This file contains hidden or 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
#!/bin/sh | |
# path: /home/klassiker/.local/share/repos/dmenu/scripts/dmenu_iwd.sh | |
# author: klassiker [mrdotx] | |
# github: https://github.com/mrdotx/dmenu | |
# date: 2020-06-08T09:11:53+0200 | |
script=$(basename "$0") | |
help="$script [-h/--help] -- script to connect to wlan with iwd | |
Usage: |
This file contains hidden or 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: Drew DeVault <[email protected]> | |
pkgname=sway-git | |
_pkgname=sway | |
pkgver=r6314.83d76980 | |
pkgrel=1 | |
license=("MIT") | |
pkgdesc="i3-compatible Wayland compositor" | |
makedepends=("meson" "git" "scdoc" "wayland-protocols" "ninja") | |
depends=( | |
"json-c" "pcre" "wlroots-git" "cairo" "pango" "gdk-pixbuf2" "pam" |
This file contains hidden or 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: JustKidding <[email protected]> | |
# Contributor: Yurii Kolesnykov <[email protected]> | |
# Contributor: AndyRTR <[email protected]> | |
# Contributor: Jan de Groot <[email protected]> | |
pkgbase=xorg-server-git | |
pkgname=( | |
'xorg-server-git' | |
'xorg-server-xephyr-git' | |
'xorg-server-xvfb-git' |
This file contains hidden or 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: Adrian Perez de Castro <[email protected]> | |
pkgname=wlroots-git | |
pkgver=0.10.0.r81.gf81aa6a1 | |
pkgrel=1 | |
license=(custom:MIT) | |
pkgdesc='Modular Wayland compositor library' | |
url=https://github.com/swaywm/wlroots | |
arch=(x86_64) | |
provides=("wlroots=${pkgver%%.r*}") | |
conflicts=(wlroots) |