Flip portrait orientation 180 degrees
#2
OK, I have found a semi-solution to this.

```
sudo apt install wlr-randr
```

Then edit ~/.bashrc and add this:

```
function flip() { wlr-randr --output DSI-1 --transform 180; }
```

Then `. ~/.bashrc` to reload bash. Now, when you run `flip` either on the phone's terminal or over SSH, You'll be in upside-down portrait mode.

This is nice because you can dock your phone and keep it plugged in, and the headphone position is like an old iPod touch (if you like that).

However, you can't flip it this way using the indicator. It will flip back to normal portait mode if you click it, then landscape. These are the three things I would like to do:


  1. Make the upside-down portrait orientation permanent;
  2. Make it work with the phosh indicator;
  3. Invert the volume buttons so they're also upside-down.
  Reply


Messages In This Thread
Flip portrait orientation 180 degrees - by 3x5co - 01-15-2021, 09:00 AM
RE: Flip portrait orientation 180 degrees - by 3x5co - 01-15-2021, 01:21 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Default SMS app send button off screen in vertical orientation motox6 0 1,202 05-22-2021, 02:55 PM
Last Post: motox6

Forum Jump:


Users browsing this thread: 1 Guest(s)