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: Alexandre Petitjean <alpetitjean at gmail dot com> | |
pkgname=mopidy-somafm | |
pkgver=2.0.0rc1 | |
pkgrel=1 | |
pkgdesc="Mopidy extension for playing music from SomaFM" | |
arch=('any') | |
url="http://www.mopidy.com" | |
license=('APACHE') | |
depends=( |
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/bash | |
set -e | |
screen_width="$(xrandr | grep current | cut -d ' ' -f 8)" | |
screen_height="$(xrandr | grep current | cut -d ' ' -f 10 | cut -d , -f 1)" | |
dev_id="$(xsetwacom list | grep STYLUS | head -n 1 | sed -r 's/^.*id: ([0-9]*) *.*$/\1/')" | |
xsetwacom set "${dev_id}" ResetArea |
OlderNewer