config.lua fix
This commit is contained in:
parent
3dfd12bbf7
commit
82950b9129
2 changed files with 1 additions and 30 deletions
|
|
@ -1,29 +0,0 @@
|
||||||
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
|
|
||||||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -18,7 +18,7 @@
|
||||||
!.config
|
!.config
|
||||||
!.config/awesome
|
!.config/awesome
|
||||||
!.config/awesome/**
|
!.config/awesome/**
|
||||||
.config/awesome/private.lua
|
.config/awesome/config.lua
|
||||||
|
|
||||||
!.p10k.zsh
|
!.p10k.zsh
|
||||||
!.config/powerline
|
!.config/powerline
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue