mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-30 22:49:33 +02:00
start: when using xrun, also search for capitalized version of the name
Moreover, we use awful.rules.match_any to find clients.
This commit is contained in:
parent
b1eaaf7516
commit
4f8d580c8f
2 changed files with 11 additions and 8 deletions
|
@ -56,12 +56,12 @@ xrun("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")
|
||||
xrun("emacs")
|
||||
|
||||
if config.hostname == "neo" then
|
||||
xrun("keepassx", "keepassx -min -lock")
|
||||
xrun("Transmission", "transmission-gtk -m")
|
||||
xrun("transmission", "transmission-gtk -m")
|
||||
xrun("chromium")
|
||||
elseif config.hostname == "guybrush" then
|
||||
xrun("keepassx", "keepassx -min -lock")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue