added config.lua.example
This commit is contained in:
parent
82950b9129
commit
0b3827bccf
1 changed files with 29 additions and 0 deletions
29
.config/awesome/config.lua.example
Normal file
29
.config/awesome/config.lua.example
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
config = {}
|
||||||
|
config.thermal_zone = "k10temp/temp2"
|
||||||
|
config.net_device = "eth0"
|
||||||
|
config.battery = "BAT0"
|
||||||
|
config.font_awesome = "Source Code Pro"
|
||||||
|
config.font_awesome_size = "9"
|
||||||
|
config.font_xterm = "Source Code Pro"
|
||||||
|
config.font_xterm_size = "10"
|
||||||
|
config.titlebars_enabled = "true"
|
||||||
|
config.autostart = {
|
||||||
|
--"kalu",
|
||||||
|
--"amor",
|
||||||
|
"megasync",
|
||||||
|
"pasystray",
|
||||||
|
"xfce4-clipman",
|
||||||
|
"xfce4-notes",
|
||||||
|
"xautolock -locker slock -time 5",
|
||||||
|
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1",
|
||||||
|
--"spotify-tray",
|
||||||
|
"pamac-tray",
|
||||||
|
--"/bin/bash /home/hanez/bin/steam.sh",
|
||||||
|
"redshift",
|
||||||
|
"pidgin",
|
||||||
|
"claws-mail",
|
||||||
|
"blueman-applet",
|
||||||
|
--"virt-manager",
|
||||||
|
}
|
||||||
|
|
||||||
|
return config
|
||||||
Loading…
Add table
Add a link
Reference in a new issue