Test
This commit is contained in:
parent
32941e6da2
commit
11e4fa9553
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@
|
||||||
GTK.font_name = "Cantarell 16";
|
GTK.font_name = "Cantarell 16";
|
||||||
GTK.icon_theme_name = "Adwaita";
|
GTK.icon_theme_name = "Adwaita";
|
||||||
GTK.theme_name = "Adwaita";
|
GTK.theme_name = "Adwaita";
|
||||||
commands.reboot = [ "systemctl", "reboot" ];
|
commands.reboot = [ "systemctl" "reboot" ];
|
||||||
commands.poweroff = [ "systemctl", "poweroff" ];
|
commands.poweroff = [ "systemctl" "poweroff" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue