Move all config files to config directory and add corresponding changes to bootstrap script

This commit is contained in:
2021-10-20 16:25:36 +03:00
parent 7bece0cbd7
commit 5ad043a15a
41 changed files with 49 additions and 45 deletions

24
config/wlogout/layout Normal file
View File

@@ -0,0 +1,24 @@
{
"label" : "lock",
"action" : "swaylock",
"text" : "Lock",
"keybind" : "l"
}
{
"label" : "logout",
"action" : "loginctl terminate-user $USER",
"text" : "Logout",
"keybind" : "e"
}
{
"label" : "shutdown",
"action" : "systemctl poweroff",
"text" : "Shutdown",
"keybind" : "s"
}
{
"label" : "reboot",
"action" : "systemctl reboot",
"text" : "Reboot",
"keybind" : "r"
}