mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
fix
This commit is contained in:
parent
b279bf161d
commit
7b4ecf0f0d
@ -19,10 +19,10 @@ package() {
|
|||||||
install -Dm0555 usr/bin/de-p1st-rotate-screen "$pkgdir"/usr/bin/de-p1st-rotate-screen
|
install -Dm0555 usr/bin/de-p1st-rotate-screen "$pkgdir"/usr/bin/de-p1st-rotate-screen
|
||||||
install -Dm0555 usr/lib/de-p1st-rotate/get-orientation "$pkgdir"/usr/lib/de-p1st-rotate/get-orientation
|
install -Dm0555 usr/lib/de-p1st-rotate/get-orientation "$pkgdir"/usr/lib/de-p1st-rotate/get-orientation
|
||||||
|
|
||||||
install -Dm0555 usr/share/de-p1st-rotate/rotate "$pkgdir"/usr/share/de-p1st-rotate/rotate
|
install -Dm0555 usr/share/de-p1st-rotate/examples/rotate "$pkgdir"/usr/share/de-p1st-rotate/rotate
|
||||||
install -Dm0555 usr/share/de-p1st-rotate/rotate-inverted "$pkgdir"/usr/share/de-p1st-rotate/rotate-inverted
|
install -Dm0555 usr/share/de-p1st-rotate/examples/rotate-inverted "$pkgdir"/usr/share/de-p1st-rotate/rotate-inverted
|
||||||
install -Dm0555 usr/share/de-p1st-rotate/rotate-left "$pkgdir"/usr/share/de-p1st-rotate/rotate-left
|
install -Dm0555 usr/share/de-p1st-rotate/examples/rotate-left "$pkgdir"/usr/share/de-p1st-rotate/rotate-left
|
||||||
install -Dm0555 usr/share/de-p1st-rotate/rotate-normal "$pkgdir"/usr/share/de-p1st-rotate/rotate-normal
|
install -Dm0555 usr/share/de-p1st-rotate/examples/rotate-normal "$pkgdir"/usr/share/de-p1st-rotate/rotate-normal
|
||||||
|
|
||||||
install -Dm0644 -o0 etc/de-p1st-rotate/config.cfg "$pkgdir"/etc/de-p1st-rotate/config.cfg
|
install -Dm0644 -o0 etc/de-p1st-rotate/config.cfg "$pkgdir"/etc/de-p1st-rotate/config.cfg
|
||||||
}
|
}
|
||||||
|
@ -8,8 +8,8 @@ In xfce4 one can create shortcuts on their desktop to rotate the screen,
|
|||||||
e.g., left or automatically depending on the device orientation:
|
e.g., left or automatically depending on the device orientation:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
ln -s /usr/share/de-p1st-rotate/rotate-left ~/Desktop/rotate-left
|
ln -s /usr/share/examples/de-p1st-rotate/rotate-left ~/Desktop/rotate-left
|
||||||
ln -s /usr/share/de-p1st-rotate/rotate ~/Desktop/rotate
|
ln -s /usr/share/examples/de-p1st-rotate/rotate ~/Desktop/rotate
|
||||||
```
|
```
|
||||||
|
|
||||||
## inotifywait
|
## inotifywait
|
||||||
|
Loading…
Reference in New Issue
Block a user