mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-25 08:13:11 +00:00
dp2: Zenity Information on top; qb: no Amazon
This commit is contained in:
parent
683bca2848
commit
07f39b9923
|
@ -1,8 +1,12 @@
|
||||||
if (get_application_name()=="Quod Libet") then
|
if (get_application_name()=="Quod Libet") then
|
||||||
set_window_workspace(3)
|
set_window_workspace(3)
|
||||||
maximize()
|
maximize()
|
||||||
end
|
end
|
||||||
|
|
||||||
if (get_application_name()=="Steam") then
|
if (get_application_name()=="Steam") then
|
||||||
set_window_workspace(2)
|
set_window_workspace(2)
|
||||||
|
end
|
||||||
|
|
||||||
|
if (get_window_name()=="Information") then
|
||||||
|
make_always_on_top()
|
||||||
end
|
end
|
||||||
|
|
|
@ -154,6 +154,7 @@ settings:
|
||||||
- https://github.com/adversarialtools/apple-telemetry/raw/master/blacklist
|
- https://github.com/adversarialtools/apple-telemetry/raw/master/blacklist
|
||||||
- https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/facebook/all
|
- https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/facebook/all
|
||||||
- https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all
|
- https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/microsoft/all
|
||||||
|
- https://github.com/Perflyst/PiHoleBlocklist/raw/master/AmazonFireTV.txt
|
||||||
content.host_blocking.whitelist:
|
content.host_blocking.whitelist:
|
||||||
global: null
|
global: null
|
||||||
content.hyperlink_auditing:
|
content.hyperlink_auditing:
|
||||||
|
|
Loading…
Reference in a new issue