my.home.bluetooth.enable

Whether to enable bluetooth configuration.

type

boolean

example

{
  my.home.bluetooth.enable = true;
}

default

{
  my.home.bluetooth.enable = false;
}

my.home.feh.enable

Whether to enable feh configuration.

type

boolean

example

{
  my.home.feh.enable = true;
}

default

{
  my.home.feh.enable = false;
}

my.home.firefox.enable

Whether to enable firefox configuration.

type

boolean

example

{
  my.home.firefox.enable = true;
}

default

{
  my.home.firefox.enable = false;
}

my.home.firefox.ff2mpv.enable

ff2mpv configuration

type

boolean

example

{
  my.home.firefox.ff2mpv.enable = false;
}

default

{
  my.home.firefox.ff2mpv.enable = false;
}

my.home.firefox.tridactyl.enable

tridactyl configuration

type

boolean

example

{
  my.home.firefox.tridactyl.enable = false;
}

default

{
  my.home.firefox.tridactyl.enable = false;
}

my.home.flameshot.enable

Whether to enable flameshot configuration.

type

boolean

example

{
  my.home.flameshot.enable = true;
}

default

{
  my.home.flameshot.enable = false;
}

my.home.gammastep.enable

Whether to enable gammastep configuration.

type

boolean

example

{
  my.home.gammastep.enable = true;
}

default

{
  my.home.gammastep.enable = false;
}

my.home.gammastep.temperature.day

Colour temperature to use during the day

type

signed integer

example

{
  my.home.gammastep.temperature.day = 1000;
}

default

{
  my.home.gammastep.temperature.day = 6500;
}

my.home.gammastep.temperature.night

Colour temperature to use during the night

type

signed integer

example

{
  my.home.gammastep.temperature.night = 1000;
}

default

{
  my.home.gammastep.temperature.night = 2000;
}

my.home.gammastep.times.dawn

Dawn time

type

string

example

{
  my.home.gammastep.times.dawn = "12:00-14:00";
}

default

{
  my.home.gammastep.times.dawn = "6:00-7:30";
}

my.home.gammastep.times.dusk

Dawn time

type

string

example

{
  my.home.gammastep.times.dusk = "12:00-14:00";
}

default

{
  my.home.gammastep.times.dusk = "18:30-20:00";
}

my.home.gtk.enable

Whether to enable GTK configuration.

type

boolean

example

{
  my.home.gtk.enable = true;
}

default

{
  my.home.gtk.enable = false;
}

my.home.mpv.enable

Whether to enable mpv configuration.

type

boolean

example

{
  my.home.mpv.enable = true;
}

default

{
  my.home.mpv.enable = false;
}

my.home.nm-applet.enable

Whether to enable network-manager-applet configuration.

type

boolean

example

{
  my.home.nm-applet.enable = true;
}

default

{
  my.home.nm-applet.enable = false;
}

my.home.power-alert.enable

Whether to enable power-alert configuration.

type

boolean

example

{
  my.home.power-alert.enable = true;
}

default

{
  my.home.power-alert.enable = false;
}

my.home.terminal.colors.background

Background color

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.background = "#abcdef";
}

default

{
  my.home.terminal.colors.background = "#161616";
}

my.home.terminal.colors.black

Black

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.black = "#abcdef";
}

default

{
  my.home.terminal.colors.black = "#222222";
}

my.home.terminal.colors.blackBold

Black bold

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.blackBold = "#abcdef";
}

default

{
  my.home.terminal.colors.blackBold = "#666666";
}

my.home.terminal.colors.blue

Blue

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.blue = "#abcdef";
}

default

{
  my.home.terminal.colors.blue = "#66aabb";
}

my.home.terminal.colors.blueBold

Blue bold

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.blueBold = "#abcdef";
}

default

{
  my.home.terminal.colors.blueBold = "#aaccbb";
}

my.home.terminal.colors.cursor

Cursor color

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.cursor = "#abcdef";
}

default

{
  my.home.terminal.colors.cursor = "#ffffff";
}

my.home.terminal.colors.cyan

Cyan

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.cyan = "#abcdef";
}

default

{
  my.home.terminal.colors.cyan = "#6d878d";
}

my.home.terminal.colors.cyanBold

Cyan bold

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.cyanBold = "#abcdef";
}

default

{
  my.home.terminal.colors.cyanBold = "#42717b";
}

my.home.terminal.colors.foreground

Foreground color

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.foreground = "#abcdef";
}

default

{
  my.home.terminal.colors.foreground = "#ffffff";
}

my.home.terminal.colors.foregroundBold

Foreground bold color

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.foregroundBold = "#abcdef";
}

default

{
  my.home.terminal.colors.foregroundBold = "#ffffff";
}

my.home.terminal.colors.green

Green

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.green = "#abcdef";
}

default

{
  my.home.terminal.colors.green = "#b7ce42";
}

my.home.terminal.colors.greenBold

Green bold

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.greenBold = "#abcdef";
}

default

{
  my.home.terminal.colors.greenBold = "#bde077";
}

my.home.terminal.colors.magenta

Magenta

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.magenta = "#abcdef";
}

default

{
  my.home.terminal.colors.magenta = "#b7416e";
}

my.home.terminal.colors.magentaBold

Magenta bold

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.magentaBold = "#abcdef";
}

default

{
  my.home.terminal.colors.magentaBold = "#e16a98";
}

my.home.terminal.colors.red

Red

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.red = "#abcdef";
}

default

{
  my.home.terminal.colors.red = "#e84f4f";
}

my.home.terminal.colors.redBold

Red bold

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.redBold = "#abcdef";
}

default

{
  my.home.terminal.colors.redBold = "#d23d3d";
}

my.home.terminal.colors.white

White

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.white = "#abcdef";
}

default

{
  my.home.terminal.colors.white = "#dddddd";
}

my.home.terminal.colors.whiteBold

White bold

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.whiteBold = "#abcdef";
}

default

{
  my.home.terminal.colors.whiteBold = "#cccccc";
}

my.home.terminal.colors.yellow

Yellow

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.yellow = "#abcdef";
}

default

{
  my.home.terminal.colors.yellow = "#fea63c";
}

my.home.terminal.colors.yellowBold

Yellow bold

type

string matching the pattern #[0-9a-f]{6}

example

{
  my.home.terminal.colors.yellowBold = "#abcdef";
}

default

{
  my.home.terminal.colors.yellowBold = "#ffe863";
}

my.home.terminal.program

Which terminal to use for home session

type

null or value "termite" (singular enum)

example

{
  my.home.terminal.program = "termite";
}

default

{
  my.home.terminal.program = null;
}

my.home.udiskie.enable

Whether to enable udiskie configuration.

type

boolean

example

{
  my.home.udiskie.enable = true;
}

default

{
  my.home.udiskie.enable = false;
}

my.home.x.enable

Whether to enable X server configuration.

type

boolean

example

{
  my.home.x.enable = true;
}

default

{
  my.home.x.enable = false;
}

my.home.zathura.enable

Whether to enable zathura configuration.

type

boolean

example

{
  my.home.zathura.enable = true;
}

default

{
  my.home.zathura.enable = false;
}

my.profiles.bluetooth.enable

Whether to enable bluetooth profile.

type

boolean

example

{
  my.profiles.bluetooth.enable = true;
}

default

{
  my.profiles.bluetooth.enable = false;
}

my.profiles.devices.enable

Whether to enable devices profile.

type

boolean

example

{
  my.profiles.devices.enable = true;
}

default

{
  my.profiles.devices.enable = false;
}

my.profiles.gtk.enable

Whether to enable bluetooth profile.

type

boolean

example

{
  my.profiles.gtk.enable = true;
}

default

{
  my.profiles.gtk.enable = false;
}

my.profiles.laptop.enable

Whether to enable laptop profile.

type

boolean

example

{
  my.profiles.laptop.enable = true;
}

default

{
  my.profiles.laptop.enable = false;
}

my.profiles.wm.windowManager

Which window manager to use

type

null or value "i3" (singular enum)

example

{
  my.profiles.wm.windowManager = "i3";
}

default

{
  my.profiles.wm.windowManager = null;
}

my.profiles.x.enable

Whether to enable X profile.

type

boolean

example

{
  my.profiles.x.enable = true;
}

default

{
  my.profiles.x.enable = false;
}