Documentation
¶
Overview ¶
Package profilemaker makes it easier to create profiles from the cli (gives a reasonable starter profile in a new monitor environment)
Index ¶
- type Service
- func (s *Service) EditExisting(profileName string, currentMonitors []*hypr.MonitorSpec) error
- func (s *Service) FreezeCurrentAs(profileName, profileFileLocation string) error
- func (s *Service) FreezeGivenAs(profileName, profileFileLocation string, currentMonitors []*hypr.MonitorSpec) error
- func (s *Service) ToHyprLines(monitors hypr.MonitorSpecs) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func (*Service) EditExisting ¶ added in v1.1.0
func (s *Service) EditExisting(profileName string, currentMonitors []*hypr.MonitorSpec) error
func (*Service) FreezeCurrentAs ¶
func (*Service) FreezeGivenAs ¶ added in v1.1.0
func (s *Service) FreezeGivenAs(profileName, profileFileLocation string, currentMonitors []*hypr.MonitorSpec) error
func (*Service) ToHyprLines ¶ added in v1.3.0
func (s *Service) ToHyprLines(monitors hypr.MonitorSpecs) []string
Click to show internal directories.
Click to hide internal directories.