This commit is contained in:
iFargle 2023-08-15 19:42:37 +09:00
parent 32941e6da2
commit 11e4fa9553

View file

@ -13,8 +13,8 @@
GTK.font_name = "Cantarell 16";
GTK.icon_theme_name = "Adwaita";
GTK.theme_name = "Adwaita";
commands.reboot = [ "systemctl", "reboot" ];
commands.poweroff = [ "systemctl", "poweroff" ];
commands.reboot = [ "systemctl" "reboot" ];
commands.poweroff = [ "systemctl" "poweroff" ];
};
};