fixed bluetooth and taskbar, tasklist icons
This commit is contained in:
@@ -7,7 +7,7 @@ local naughty = require("naughty")
|
||||
if awesome.startup_errors then
|
||||
naughty.notify({
|
||||
preset = naughty.config.presets.critical,
|
||||
title = "ERROR in Awesome config!",
|
||||
title = "! Not so Awesome ERROR !",
|
||||
text = awesome.startup_errors
|
||||
})
|
||||
end
|
||||
@@ -16,7 +16,7 @@ do
|
||||
local in_error = false
|
||||
awesome.connect_signal(
|
||||
"debug::error",
|
||||
function (err)
|
||||
function(err)
|
||||
if in_error then
|
||||
return
|
||||
end
|
||||
@@ -30,4 +30,4 @@ do
|
||||
in_error = false
|
||||
end
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
@@ -4,11 +4,12 @@
|
||||
-- Awesome Libs
|
||||
local awful = require("awful")
|
||||
|
||||
return function ()
|
||||
return function()
|
||||
local layouts = {
|
||||
awful.layout.suit.tile,
|
||||
awful.layout.suit.floating,
|
||||
awful.layout.suit.fair,
|
||||
}
|
||||
|
||||
return layouts
|
||||
end
|
||||
end
|
||||
|
||||
@@ -15,8 +15,19 @@ end
|
||||
-- If you want different default programs, wallpaper path or modkey; edit this file.
|
||||
local _M = {
|
||||
|
||||
-- Write the terminal command to start anything here
|
||||
autostart = {
|
||||
"picom --experimental-backends",
|
||||
"xfce4-power-manager",
|
||||
"light-locker --lock-on-suspend --lock-on-lid &",
|
||||
"flatpak run com.spotify.Client",
|
||||
"discord",
|
||||
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1"
|
||||
},
|
||||
|
||||
-- Type 'ip a' and check your wlan and ethernet name
|
||||
network = {
|
||||
wlan = "",
|
||||
wlan = "wlo1",
|
||||
ethernet = "eno1"
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user