Class

AstalRiverOutput

Description

class AstalRiver.Output : GObject.Object
{
  /* No available fields */
}

Represents a display output device.

Ancestors

Instance methods

astal_river_output_get_output
No description available.

astal_river_output_get_focused_tags
No description available.

astal_river_output_set_focused_tags
No description available.

astal_river_output_get_occupied_tags
No description available.

astal_river_output_get_urgent_tags
No description available.

astal_river_output_get_focused_view
No description available.

astal_river_output_get_layout_name
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

AstalRiver.Output:output

The underlying AstalWlOutput object, which represents a wayland output.

AstalRiver.Output:focused-tags

The focused tags.

AstalRiver.Output:occupied-tags

The occupied tags.

AstalRiver.Output:urgent-tags

The tags marked as urgent.

AstalRiver.Output:focused-view

The title of the focused view on this output.

AstalRiver.Output:layout-name

The name of the active layout for this output.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct AstalRiverOutputClass {
  /* no available fields */
}

No description available.