removed private.lua; was a fail in mind.
This commit is contained in:
parent
2233ea6cb1
commit
5d7a24b9f0
3 changed files with 17 additions and 24 deletions
|
|
@ -1,19 +0,0 @@
|
|||
private = {}
|
||||
private.thermal_zone = "thermal_zone1"
|
||||
private.net_device = "wlp4s0"
|
||||
private.battery = {"BAT0", "BAT1"}
|
||||
private.font_awesome = "11"
|
||||
private.font_xterm = "13"
|
||||
private.autostart = {
|
||||
"kalu",
|
||||
"amor",
|
||||
"synclient TouchpadOff=1",
|
||||
"nm-applet",
|
||||
"pasystray",
|
||||
"xfce4-clipman",
|
||||
"xfce4-notes",
|
||||
"xautolock -locker slock -time 5",
|
||||
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1",
|
||||
"redshift",
|
||||
}
|
||||
|
||||
|
|
@ -1,7 +1,19 @@
|
|||
private = {}
|
||||
|
||||
private.thermal_zone = "thermal_zone1"
|
||||
|
||||
private.net_device = "wlp3s0"
|
||||
|
||||
private.net_device = "wlp4s0"
|
||||
private.battery = {"BAT0", "BAT1"}
|
||||
private.font_awesome = "11"
|
||||
private.font_xterm = "13"
|
||||
private.autostart = {
|
||||
"kalu",
|
||||
"amor",
|
||||
"synclient TouchpadOff=1",
|
||||
"nm-applet",
|
||||
"pasystray",
|
||||
"xfce4-clipman",
|
||||
"xfce4-notes",
|
||||
"xautolock -locker slock -time 5",
|
||||
"/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1",
|
||||
"redshift",
|
||||
}
|
||||
|
||||
|
|
|
|||
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -3,7 +3,7 @@
|
|||
!.config
|
||||
!.config/awesome
|
||||
!.config/awesome/**
|
||||
!.config/awesome/private.lua
|
||||
.config/awesome/private.lua
|
||||
#!.config/mc
|
||||
#!.config/mc/ini
|
||||
!.config/user-dirs.dirs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue