Commit Graph

6 Commits

Author SHA1 Message Date
xad6
e75eb375de detect rotation directly via X or Wayland
Fixes #44

This commit changes the way that screen rotation is detected. Instead of
using Mutter's DBus interface, we now listen directly for X and Wayland
events indicating the screen has been rotated (RRScreenChangeNotify and
wl_output::geometry events). This has the advantage of working outside
of Phosh.
2022-11-21 20:10:46 +01:00
Guido Günther
ca85be4e92 ci: Add libfeedback-dev to build dependencies (MR 24)
This will be used in the following commit
2022-10-14 09:53:31 +02:00
Martijn Braam
3c4aaf9fb5 ci: Fix debian build
The clang-format-12 package no longer exist and only clang-format 11, 13
and 14 remain in the repositories.

Also replace apt with apt-get since apt is not for scripting
2022-06-21 14:55:43 +02:00
Benjamin Schaaf
772db36877 Make clang-format more aggressive
clang-format always manages to mix spaces into tab-based indentation.
Since we already require an exact tab-width of 8 it makes more sense to
use spaces.
2021-11-13 00:06:11 +11:00
Benjamin Schaaf
a92104e27c Add clang-format as part of CI 2021-11-12 21:47:34 +11:00
Benjamin Schaaf
df0e1c91ce Use gitlab for CI 2021-11-09 20:04:55 +11:00