mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-24 18:58:33 +02:00
start: don't use Gnome Bluetooth applet.
Since Gnome 3.8, this is not a systray applet anymore. Thanks Gnome! The best replacement is to install `bluez-tools` package which comes with appropriate command-line tools to replace this applet.
This commit is contained in:
parent
237fb09b7a
commit
251b21e535
1 changed files with 0 additions and 2 deletions
|
@ -62,8 +62,6 @@ os.execute(table.concat(execute, ";"))
|
||||||
-- Spawn various X programs
|
-- Spawn various X programs
|
||||||
xrun("polkit-gnome-authentication-agent-1",
|
xrun("polkit-gnome-authentication-agent-1",
|
||||||
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1")
|
"/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1")
|
||||||
xrun("Bluetooth Applet",
|
|
||||||
"bluetooth-applet")
|
|
||||||
xrun("pidgin", "pidgin -n")
|
xrun("pidgin", "pidgin -n")
|
||||||
|
|
||||||
if config.hostname == "neo" then
|
if config.hostname == "neo" then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue